Skip to content

Instantly share code, notes, and snippets.

@hery84
Last active September 24, 2015 22:38
Show Gist options
  • Save hery84/59bd17e06dce59b2dc5d to your computer and use it in GitHub Desktop.
Save hery84/59bd17e06dce59b2dc5d to your computer and use it in GitHub Desktop.
Android Studio .gitignore
# 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/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
#
*.idea
*.iml
app/*.iml
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Android Studio captures folder
captures/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment