Only ignore gradle wrapper in root dir (#20341)

Otherwise we ignore the `gradle` directories in `buildSrc`.
This commit is contained in:
Nik Everett 2016-09-06 10:39:20 -04:00 committed by GitHub
parent 5cff2a046d
commit 2b43c6db3a
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -21,7 +21,7 @@ nbactions.xml
build/
# gradle wrapper
gradle/
/gradle/
gradlew
gradlew.bat