mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Ignore Gradle subproject build dir (#3370)
This commit is contained in:
parent
14f8a8b4c5
commit
80587386dd
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
.gradle
|
||||
/build/
|
||||
**/build/
|
||||
!src/**/build/
|
||||
|
||||
# Ignore Gradle GUI config
|
||||
gradle-app.setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue