Skip to content

Instantly share code, notes, and snippets.

@kevinmcampos
Created April 15, 2015 19:39
Show Gist options
  • Save kevinmcampos/9761dfcf90a3137fe468 to your computer and use it in GitHub Desktop.
Save kevinmcampos/9761dfcf90a3137fe468 to your computer and use it in GitHub Desktop.
.gitignore for Android Studio projects
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Mac files
.DS_Store
# Idea project files
.idea/
*.iws
*.iml
*.ipr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment