mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
new ignores, next commit will be cleanup
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,5 +1,29 @@
|
|||||||
|
#Android specific
|
||||||
|
bin
|
||||||
|
gen
|
||||||
|
obj
|
||||||
|
lint.xml
|
||||||
|
local.properties
|
||||||
|
release.properties
|
||||||
|
ant.properties
|
||||||
|
*.class
|
||||||
|
|
||||||
|
#Gradle
|
||||||
.gradle
|
.gradle
|
||||||
/local.properties
|
build
|
||||||
/.idea/workspace.xml
|
gradle.properties
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
|
||||||
|
#Maven
|
||||||
|
target
|
||||||
|
pom.xml.*
|
||||||
|
|
||||||
|
#Eclipse
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings
|
||||||
|
.metadata
|
||||||
|
|
||||||
|
#IntelliJ IDEA
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
Reference in New Issue
Block a user