diff --git a/.gitignore b/.gitignore similarity index 86% rename from .gitignore rename to .gitignore index 8781672..e7ef592 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -HELP.md +/.mvn/ +/HELP.md /target/ !.mvn/wrapper/maven-wrapper.jar @@ -25,7 +26,7 @@ HELP.md /.nb-gradle/ /build/ -mvnw -mvnw.cmd +/mvnw +/mvnw.cmd -.mvn/** \ No newline at end of file +/.mvn/**