Skip to content

Instantly share code, notes, and snippets.

@rafaeltuelho
Created November 7, 2014 19:50
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 rafaeltuelho/8f818208fc83be255d6e to your computer and use it in GitHub Desktop.
Save rafaeltuelho/8f818208fc83be255d6e to your computer and use it in GitHub Desktop.
.gitignore sample file for java eclipse maven projects
*.class
# 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*
*.zip
# Eclipse IDE common artfacts
target/
.DS_Store
*.classpath
*.settings
*.project
.security/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment