1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 08:55:43 +01:00
gitignore/Android.gitignore
Marius Volkhart 825f6b1358 Exclude gradle local files
Gradle build tool used in Android Studio has local files that should not be included.
2013-09-23 12:18:06 -05:00

34 lines
381 B
Plaintext

# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
build/
# 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 through Android Studio
.gradle/