1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00
gitignore/Android.gitignore
2013-06-12 23:58:53 +03:00

34 lines
358 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
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Gradle
.gradle/
build/