mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Merge pull request #4535 from niklaswimmer/patch-1
Fix "build" source folder being ignored (Gradle)
This commit is contained in:
commit
6a02bb137f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
.gradle
|
||||
**/build/
|
||||
!src/**/build/
|
||||
!**/src/**/build/
|
||||
|
||||
# Ignore Gradle GUI config
|
||||
gradle-app.setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue