Updated git ignore
This commit is contained in:
parent
bbc8e42602
commit
5d2a42d7ce
1 changed files with 1 additions and 36 deletions
37
.gitignore
vendored
37
.gitignore
vendored
|
@ -1,37 +1,2 @@
|
|||
#Android generated
|
||||
bin
|
||||
gen
|
||||
|
||||
#Ruby generated
|
||||
#Ruby gem
|
||||
*.gem
|
||||
|
||||
#Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
.checkstyle
|
||||
|
||||
#IntelliJ IDEA
|
||||
.idea
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
classes
|
||||
gen-external-apklibs
|
||||
out
|
||||
|
||||
#Maven
|
||||
target
|
||||
release.properties
|
||||
pom.xml.*
|
||||
|
||||
#Ant
|
||||
build.xml
|
||||
ant.properties
|
||||
local.properties
|
||||
proguard.cfg
|
||||
proguard-project.txt
|
||||
|
||||
#Other
|
||||
.DS_Store
|
||||
tmp
|
Reference in a new issue