Skip to content

Instantly share code, notes, and snippets.

@tobibo
Forked from keyboardsurfer/.gitignore
Created September 5, 2012 09:23
Show Gist options
  • Save tobibo/3634000 to your computer and use it in GitHub Desktop.
Save tobibo/3634000 to your computer and use it in GitHub Desktop.
Android gitignore
# built application files
*.apk
*.ap_
*.jar
# keystore
*.keystore
# 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
.metadata
.settings
# IntelliJ files
.idea
*.iml
# OSX files
.DS_Store
# Windows files
Thumbs.db
# vi swap files
*.swp
# backup files
*.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment