Skip to content

Instantly share code, notes, and snippets.

@leonardoxh
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leonardoxh/8beffb4a7f90c3b3d071 to your computer and use it in GitHub Desktop.
Save leonardoxh/8beffb4a7f90c3b3d071 to your computer and use it in GitHub Desktop.
This is my default git ignore for my java/android projects
# Custom
_site
# Ant
MANIFEST.MF
./*.jar
build.num
build
# ADT
.classpath
.project
.settings
local.properties
bin
gen
_layouts
proguard.cfg
# OSX
.DS_Store
# Github
gh-pages
# Gradle
.gradle
build
# IDEA
*.iml
*.ipr
*.iws
out
.idea
# Maven
target
release.properties
pom.xml.*
#Android studio tools
captures/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment