1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00
gitignore/Android.gitignore

47 lines
540 B
Plaintext
Raw Normal View History

# Common ignores
.DS_Store
*~
~*
*.bk
*.bak
*.log
*.tmp
*.swp
# Android specific ignores
2010-11-08 22:26:12 +01:00
*.apk
*.ap_
*.dex
# Java ignores
2010-11-08 22:26:12 +01:00
*.class
# Android standard project ignores
bin/
gen/
2013-09-24 08:32:36 +02:00
build/
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/
2013-09-24 08:32:36 +02:00
# Gradle ignores
.gradle/