1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 09:25:43 +01:00
gitignore/Android.gitignore
2014-03-31 22:10:49 +08:00

41 lines
402 B
Plaintext

# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Eclipse
.classpath
.project
.settings/
# Mac
.DS_Store
# Maven
log/
target/
# Intellij and Android Studio
.idea/
*.iml
*.iws