mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 04:51:38 +02:00
don't ignore app-release and app-debug.apk
This commit is contained in:
parent
c62f9e8196
commit
23915f5dd9
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