Skip to content

Commit 0c39dea

Browse files
authored
Fix "build" source folder being ignored (Gradle)
1 parent 76739a3 commit 0c39dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gradle.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.gradle
22
**/build/
3-
!src/**/build/
3+
!**/src/**/build/
44

55
# Ignore Gradle GUI config
66
gradle-app.setting

0 commit comments

Comments
 (0)