You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/24 17:34:40 UTC

[maven-surefire] branch master updated: Add locally used repository .m2 to gitignore

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 75aab7e  Add locally used repository .m2 to gitignore
75aab7e is described below

commit 75aab7ed90f8c2c1d4062c65e43a7ff76ecd2a91
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Mar 24 18:31:07 2022 +0100

    Add locally used repository .m2 to gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 33eba3d..6978828 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ build
 .surefire-*
 .DS_Store
 *.versionsBackup
+.m2