Android-Password-Store/.gitignore
Harsh Shandilya 321035c319
Simplify password row layout and resolve icon tints
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-05-26 14:56:43 +05:30

37 lines
336 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
captures/