Skip to content

Instantly share code, notes, and snippets.

@JonathanGawrych
Created January 21, 2016 00:15
Show Gist options
  • Save JonathanGawrych/32afe529fd519a7312df to your computer and use it in GitHub Desktop.
Save JonathanGawrych/32afe529fd519a7312df to your computer and use it in GitHub Desktop.
Java .gitignore template
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
# Inclusions
!lib/**
# Compiled Files
*.class
bin/
build/
/bin1/
java/build/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment