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
|
ant.properties
|
||||||
*.class
|
*.class
|
||||||
*.apk
|
*.apk
|
||||||
|
!app-release.apk
|
||||||
|
!app-debug.apk
|
||||||
|
|
||||||
#Gradle
|
#Gradle
|
||||||
.gradle
|
.gradle
|
||||||
|
|
Loading…
Reference in a new issue