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

32 lines
355 B
Plaintext
Raw Normal View History

2010-11-08 22:26:12 +01:00
# 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
2013-05-11 00:26:49 +02:00
# Eclipse project files and folders
.classpath
.project
2013-05-11 00:26:49 +02:00
.settings
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/