Skip to content

Instantly share code, notes, and snippets.

@ducalpha
Created August 15, 2013 05:55
Show Gist options
  • Save ducalpha/6238579 to your computer and use it in GitHub Desktop.
Save ducalpha/6238579 to your computer and use it in GitHub Desktop.
gitignore for Android project with Eclipse, IntelliJ, Maven http://stackoverflow.com/questions/8476376/typical-gitignore-file-for-an-android-app
#built application files
*.apk
*.ap_
# files for the DEX VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file
local.properties
# ItelliJ
.idea/
*.iml
*.iws
# Maven
log/
target/
# Eclipse
.classpath
.project
.settings/
# Vim
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment