Skip to content

Commit f4cf36c

Browse files
committed
Ignoring build folder inside app module in Android projects
The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
1 parent fdb7293 commit f4cf36c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Android.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ gen/
1515
# Gradle files
1616
.gradle/
1717
build/
18+
*/build/
1819

1920
# Local configuration file (sdk path, etc)
2021
local.properties

0 commit comments

Comments
 (0)