Skip to content

Instantly share code, notes, and snippets.

@Qw4z1
Created June 11, 2014 09:50
Show Gist options
  • Save Qw4z1/8c1c056860f1e0d78ee4 to your computer and use it in GitHub Desktop.
Save Qw4z1/8c1c056860f1e0d78ee4 to your computer and use it in GitHub Desktop.
Android 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
# Eclipse project files
.classpath
.project
# Android Studio
.idea/
.gradle
/*/local.properties
/*/out
/*/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp
# Mac OSX
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment