diff options
author | Thomas Eizinger <thomaseizinger@users.noreply.github.com> | 2015-11-26 17:03:54 +0100 |
---|---|---|
committer | Thomas Eizinger <thomaseizinger@users.noreply.github.com> | 2015-11-26 17:03:54 +0100 |
commit | 4f440157df037697bda55607c902635494f54c30 (patch) | |
tree | 79258288f437f339c71cfdfa06f012cc972a5724 | |
parent | da00310ccba9de9a988cc973ef5238ad2c1460e9 (diff) | |
download | gitignore-4f440157df037697bda55607c902635494f54c30.tar.gz gitignore-4f440157df037697bda55607c902635494f54c30.zip |
Add rule to unignore the maven wrapper jar
-rw-r--r-- | Maven.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Maven.gitignore b/Maven.gitignore index 1cdc9f7f..9af45b17 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,3 +7,6 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties + +# Exclude maven wrapper +!/.mvn/wrapper/maven-wrapper.jar |