mirror of
https://github.com/google/nomulus.git
synced 2025-08-14 21:44:05 +02:00
Update .gitignore for gradle related files
Ignore all gradle build artifacts. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=218693364
This commit is contained in:
parent
f0195f3ed6
commit
ca97d66dd7
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -80,4 +80,10 @@ autogenerated/
|
||||||
######################################################################
|
######################################################################
|
||||||
# Gradle Ignores
|
# Gradle Ignores
|
||||||
|
|
||||||
.gradle
|
/gradle/.gradle
|
||||||
|
/gradle/gradle
|
||||||
|
/gradle/gradlew
|
||||||
|
/gradle/gradlew.bat
|
||||||
|
/gradle/**/WEB-INF
|
||||||
|
/gradle/**/build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue