1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00
gitignore/Android.gitignore

40 lines
335 B
Plaintext
Raw Normal View History

2014-02-20 17:17:05 +01:00
# Android generated
bin
gen
lint.xml
2010-11-08 22:26:12 +01:00
2014-02-20 17:17:05 +01:00
# Eclipse
.project
.classpath
.settings
.checkstyle
2010-11-08 22:26:12 +01:00
2014-02-20 17:17:05 +01:00
# IntelliJ IDEA
.idea
*.iml
*.ipr
*.iws
classes
gen-external-apklibs
out
2010-11-08 22:26:12 +01:00
2014-02-20 17:17:05 +01:00
# Maven
target
release.properties
pom.xml.*
2014-02-20 17:17:05 +01:00
# Ant
ant.properties
local.properties
2014-02-20 17:17:05 +01:00
proguard.cfg
proguard-project.txt
# Other
.DS_Store
tmp
2014-02-20 17:17:05 +01:00
# Gradle
.gradle
/build
/out