Skip to content

Instantly share code, notes, and snippets.

@YoonjaeYoo
Created April 9, 2014 16:23
Show Gist options
  • Save YoonjaeYoo/10288628 to your computer and use it in GitHub Desktop.
Save YoonjaeYoo/10288628 to your computer and use it in GitHub Desktop.
.gitignore for Android + Eclipse
# 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
.settings/
.metadata/
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# PMD files
.pmd
reports/
# SVN files
.svn/
# Mac OS X
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment