1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00
gitignore/Android.gitignore
Steve Madsen ca8e77dc73 Update Android.gitignore
According to https://intellij-support.jetbrains.com/entries/23393067, everything in `.idea` should be committed to version control, *except* `workspace.xml` and `tasks.xml`.
2014-05-30 15:57:16 -04:00

31 lines
363 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/
# User-specific Android Studio files
.idea/workspace.xml
.idea/tasks.xml
#Log Files
*.log