Skip to content

Instantly share code, notes, and snippets.

@nickescobedo
Created January 2, 2015 19:05
Show Gist options
  • Save nickescobedo/86410f71cd2c6cf5c552 to your computer and use it in GitHub Desktop.
Save nickescobedo/86410f71cd2c6cf5c552 to your computer and use it in GitHub Desktop.
Android Studio .gitignore File
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Android Studio
.idea/
.gradle
/*/local.properties
/*/out
/*/*/build
/*/*/production
# Possibly need
*.iml
*.ipr
*.iws
*~
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment