1
0
mirror of https://github.com/github/gitignore synced 2025-06-22 22:58:52 +02:00

Merge pull request #4535 from niklaswimmer/patch-1

Fix "build" source folder being ignored (Gradle)
This commit is contained in:
Daniel Johnson 2025-05-23 14:54:52 -07:00 committed by GitHub
commit 6a02bb137f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
.gradle .gradle
**/build/ **/build/
!src/**/build/ !**/src/**/build/
# Ignore Gradle GUI config # Ignore Gradle GUI config
gradle-app.setting gradle-app.setting