Skip to content

Instantly share code, notes, and snippets.

@2bard
Created April 25, 2014 15:15
Show Gist options
  • Save 2bard/11293140 to your computer and use it in GitHub Desktop.
Save 2bard/11293140 to your computer and use it in GitHub Desktop.
.gitignore for Android Studio projects
#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
# Windows thumbnail db
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
.idea
.gradle
/*/local.properties
/*/out
/*/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment