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/
|
||||
build/
|
||||
|
||||
# gradle wrapper
|
||||
gradle/
|
||||
gradlew
|
||||
gradlew.bat
|
||||
|
||||
# maven stuff (to be removed when trunk becomes 4.x)
|
||||
*-execution-hints.log
|
||||
target/
|
||||
|
|
Loading…
Reference in New Issue