Add Gradle wrapper to gitignore
This commit adds the paths used by a Gradle wrapper to gitignore. Relates #20332
This commit is contained in:
parent
5c2d9fa158
commit
3526525a02
|
@ -20,6 +20,11 @@ nbactions.xml
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
# gradle wrapper
|
||||||
|
gradle/
|
||||||
|
gradlew
|
||||||
|
gradlew.bat
|
||||||
|
|
||||||
# maven stuff (to be removed when trunk becomes 4.x)
|
# maven stuff (to be removed when trunk becomes 4.x)
|
||||||
*-execution-hints.log
|
*-execution-hints.log
|
||||||
target/
|
target/
|
||||||
|
|
Loading…
Reference in New Issue