Skip to content

Commit 72d88e7

Browse files
mohsenoidshiftkey
authored andcommitted
Remove release/ from Android.gitignore (#3162)
Having `release/` in an Android project gitignore means those apps which have different build types files for `debug` and `release` will fall into this and all `release` related files will be never added or will be removed from repository at some point.
1 parent 0d7600f commit 72d88e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Android.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
bin/
1414
gen/
1515
out/
16-
release/
16+
# Uncomment the following line in case you need and you don't have the release build type files in your app
17+
# release/
1718

1819
# Gradle files
1920
.gradle/

0 commit comments

Comments
 (0)