Skip to content

Instantly share code, notes, and snippets.

@scompo
Created April 5, 2016 23:12
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 scompo/7bad6dca29f7ffce22d27dadca648d8b to your computer and use it in GitHub Desktop.
Save scompo/7bad6dca29f7ffce22d27dadca648d8b to your computer and use it in GitHub Desktop.
gitignore for java
# Eclipse files.
.classpath
.project
.settings
# Maven target.
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties
# Gradle.
bin
.gradle
build
# Others.
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment