소스 검색

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.
pull/3185/head
Mohsen Mirhoseini 4 년 전
부모
커밋
72d88e71d8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      Android.gitignore

+ 2
- 1
Android.gitignore 파일 보기

@@ -13,7 +13,8 @@
bin/
gen/
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/

Loading…
취소
저장