Browse Source

Only ignore gradle wrapper in root dir (#20341)

Otherwise we ignore the `gradle` directories in `buildSrc`.
Nik Everett 9 years ago
parent
commit
2b43c6db3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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