You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/10/25 20:16:32 UTC

[maven-wrapper-plugin] branch MWRAPPER-14 updated: fix .gitignore for multi-module

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

hboutemy pushed a commit to branch MWRAPPER-14
in repository https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git


The following commit(s) were added to refs/heads/MWRAPPER-14 by this push:
     new 99688fb  fix .gitignore for multi-module
99688fb is described below

commit 99688fb6e845291e283a8a162d1eec6e8c1c1a8a
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Oct 25 22:16:30 2021 +0200

    fix .gitignore for multi-module
---
 .gitignore | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index b980fd9..11cf3fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
-/target/
-/.classpath
-/.project
-/.settings
+target/
+.classpath
+.project
+.settings/
 *.iml
-/.factorypath
+.factorypath