1
0
mirror of https://github.com/github/gitignore synced 2025-02-21 18:09:09 +01:00
gitignore/Android.gitignore
2012-04-18 18:42:13 -07:00

26 lines
281 B
Plaintext

# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Intellij project files
*.iml
*.ipr
*.iws
.idea/