don't ignore app-release and app-debug.apk
This commit is contained in:
parent
c62f9e8196
commit
23915f5dd9
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,6 +8,8 @@ release.properties
|
|||
ant.properties
|
||||
*.class
|
||||
*.apk
|
||||
!app-release.apk
|
||||
!app-debug.apk
|
||||
|
||||
#Gradle
|
||||
.gradle
|
||||
|
|
Loading…
Reference in a new issue