1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00
gitignore/Android.gitignore
2013-09-24 09:28:48 +03:00

43 lines
506 B
Plaintext

# Common ignores
.DS_Store
*~
~*
*.bk
*.bak
*.log
*.tmp
*.swp
# Android specific ignores
*.apk
*.ap_
*.dex
# Java ignores
*.class
# Android standard project ignores
bin/
gen/
local.properties
# Eclipse project ignores (With annotations generated files)
.classpath
.project
.factorypath
.apt_generated/
.settings/
# Proguard folder generated by Eclipse
proguard/
# Intellij project ignores
.idea/
*.iml
*.ipr
*.iws
# Maven standard project ignores (With Idea generated)
gen-external-apklibs/
target/