Skip to content

Instantly share code, notes, and snippets.

@douo
Created March 8, 2014 07:59
Show Gist options
  • Save douo/9427014 to your computer and use it in GitHub Desktop.
Save douo/9427014 to your computer and use it in GitHub Desktop.
.gitignore for android developer
# Mac
.DS_Store
# Android Studio
.idea/
.gradle
/*/local.properties
/*/out
/*/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Eclipse project files
.classpath
.project
.settings/
.externalToolBuilders/
project.properties
lint.xml
build.xml
ant.properties
# Emacs
\#*#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment