Skip to content

Instantly share code, notes, and snippets.

@edenir-anschau
Created March 19, 2016 17:56
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 edenir-anschau/ac3151c986cc04ffcc79 to your computer and use it in GitHub Desktop.
Save edenir-anschau/ac3151c986cc04ffcc79 to your computer and use it in GitHub Desktop.
.gitignore for Java + Eclipse + Maven
#Eclipse
.classpath
.project
.settings
*.class
#Maven
target
test-output
# 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*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment