Android-Password-Store/.gitignore
Harsh Shandilya e61551bf37
Setup snapshot deployment (#599)
* Setup snapshot deployment

* README: Update repository links

* README: Update workflow badge link

* README: Add link to Snapshot builds

* Fix snapshot/pull-request build conflict

* Deploy from feature/deploy-snapshots as well

* Revert "Deploy from feature/deploy-snapshots as well"

Confirmed it works well

This reverts commit 06f6bc0e8c19f238643655d09ca20f83dd416283.

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-12-16 03:19:18 +05:30

42 lines
379 B
Text

#Android specific
bin
gen
obj
lint.xml
local.properties
release.properties
ant.properties
*.class
*.apk
!app-release.apk
!app-debug.apk
#Gradle
.gradle
build
.DS_Store
#Maven
target
pom.xml.*
#Eclipse
.project
.classpath
.settings
.metadata
#Eclipse/Gradle integration
libs
project.properties
#IntelliJ IDEA
.idea
*.iml
# Visual Studio Code
.vscode/
captures/
keystore.*