Skip to content

Instantly share code, notes, and snippets.

@dghubble
Created April 19, 2014 07:03
Show Gist options
  • Save dghubble/11076469 to your computer and use it in GitHub Desktop.
Save dghubble/11076469 to your computer and use it in GitHub Desktop.
Android Gitignore
# Gradle Files
.gradle
.m2
.gradletasknamecache
# Build output directories and files
target/
build/
Version.java
logcat.txt
# Eclipse specific files/directories
.classpath
.project
.settings
.metadata
bin/
# IntelliJ specific files/directories
out
.idea
*.ipr
*.iws
*.iml
local.properties
# OSX
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment