Android-Password-Store/.gitignore
Harsh Shandilya 073346c157
Redesign UI and introduce dark theme (#519)
Caveats:

- The openpgp preference had to be removed because the open-intents developers are too lazy to update their libraries. Over the coming weeks I will be reimplementing a local solution for this instead.

- The autofill dialog is broken but I since it is being worked on in #410 already I'm not going to bother fixing it.
2019-10-01 22:14:28 +05:30

40 lines
367 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/