mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +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
|
||||
*.class
|
||||
*.apk
|
||||
!app-release.apk
|
||||
!app-debug.apk
|
||||
|
||||
#Gradle
|
||||
.gradle
|
||||
|
|
Loading…
Reference in a new issue