mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Don't gitignore gradle wrapper jar files
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=225421240
This commit is contained in:
parent
4d676a09d3
commit
b573ec4969
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -80,7 +80,9 @@ autogenerated/
|
|||
######################################################################
|
||||
# Gradle Ignores
|
||||
|
||||
# We don't want to ignore the gradle jar files
|
||||
!/gradle/gradle/wrapper/**/*.jar
|
||||
|
||||
/gradle/.gradle
|
||||
/gradle/**/WEB-INF
|
||||
/gradle/**/build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue