1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00

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.
This commit is contained in:
Mohsen Mirhoseini 2019-09-20 17:54:46 +02:00 committed by Brendan Forster
parent 0d7600fc30
commit 72d88e71d8

View File

@ -13,7 +13,8 @@
bin/ bin/
gen/ gen/
out/ out/
release/ # Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
# Gradle files # Gradle files
.gradle/ .gradle/