new ignores, next commit will be cleanup
This commit is contained in:
parent
908d2690b4
commit
af72e54357
1 changed files with 27 additions and 3 deletions
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
|
||||
/local.properties
|
||||
/.idea/workspace.xml
|
||||
build
|
||||
gradle.properties
|
||||
.DS_Store
|
||||
/build
|
||||
|
||||
#Maven
|
||||
target
|
||||
pom.xml.*
|
||||
|
||||
#Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
.metadata
|
||||
|
||||
#IntelliJ IDEA
|
||||
.idea
|
||||
*.iml
|
||||
|
|
Loading…
Reference in a new issue