diff options
author | James Z.M. Gao <gaozm55@gmail.com> | 2018-04-08 17:14:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 17:14:48 +0800 |
commit | 65f36cc6b6b9da50e663bd40a4255984c8db0869 (patch) | |
tree | 630198ecb91fae358e3c12d9248a301c162f2d7e | |
parent | b34e5b4a7c6a620f71aa7042a9f408c682a68426 (diff) | |
download | gitignore-65f36cc6b6b9da50e663bd40a4255984c8db0869.tar.gz gitignore-65f36cc6b6b9da50e663bd40a4255984c8db0869.zip |
maven-wrapper.jar can be removed from the source
see: https://github.com/takari/maven-wrapper#usage-without-binary-jar
-rw-r--r-- | Maven.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Maven.gitignore b/Maven.gitignore index 5f2dbe11..1cdc9f7f 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,6 +7,3 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar |