Skip to content

Commit d1caffe

Browse files
authored
Merge pull request #2026 from mkobit/ignore-only-root-build
Only ignore the build directory in the same directory as .gitignore for Gradle
2 parents f93202c + b89498a commit d1caffe

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,5 +1,5 @@
11
.gradle
2-
build/
2+
/build/
33

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

0 commit comments

Comments
 (0)