Skip to content

Instantly share code, notes, and snippets.

@patrick91
Created October 29, 2014 20:33
Show Gist options
  • Save patrick91/03562b93ef912df2d81c to your computer and use it in GitHub Desktop.
Save patrick91/03562b93ef912df2d81c to your computer and use it in GitHub Desktop.
Android studio .gitignore
#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
Thumbs.db
# OSX files
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment