Only ignore gradle wrapper in root dir (#20341)
Otherwise we ignore the `gradle` directories in `buildSrc`.
This commit is contained in:
parent
5cff2a046d
commit
2b43c6db3a
|
@ -21,7 +21,7 @@ nbactions.xml
|
||||||
build/
|
build/
|
||||||
|
|
||||||
# gradle wrapper
|
# gradle wrapper
|
||||||
gradle/
|
/gradle/
|
||||||
gradlew
|
gradlew
|
||||||
gradlew.bat
|
gradlew.bat
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue