diff options
author | Alessio Caiazza <acaiazza@gitlab.com> | 2018-07-09 09:52:45 +0200 |
---|---|---|
committer | Alessio Caiazza <acaiazza@gitlab.com> | 2018-07-09 09:52:45 +0200 |
commit | 08de52a434d494d67a18412f8f88c3608b810564 (patch) | |
tree | 8ca1db462e529e517ced629c8720309e863dc9a5 /vendor/gitignore/Maven.gitignore | |
parent | 70b3fde64096fa1eda9f5a2e1e54bc0cfd609909 (diff) | |
download | gitlab-ce-08de52a434d494d67a18412f8f88c3608b810564.tar.gz |
Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0
Diffstat (limited to 'vendor/gitignore/Maven.gitignore')
-rw-r--r-- | vendor/gitignore/Maven.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/gitignore/Maven.gitignore b/vendor/gitignore/Maven.gitignore index 5f2dbe11df9..e8d57d08088 100644 --- a/vendor/gitignore/Maven.gitignore +++ b/vendor/gitignore/Maven.gitignore @@ -7,6 +7,4 @@ 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 +.mvn/wrapper/maven-wrapper.jar |