Skip to content

Instantly share code, notes, and snippets.

@dtelaroli
Created October 30, 2014 17:07
Show Gist options
  • Save dtelaroli/a4e42100315c85e2634c to your computer and use it in GitHub Desktop.
Save dtelaroli/a4e42100315c85e2634c to your computer and use it in GitHub Desktop.
Gitignore Java
*.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*
**/.project
**/.classpath
**/.settings
**/.idea
**/target
**/logs
**/h2-create.sql
**/h2-drop.sql
*/**/.gitignore
.project
.classpath
.settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment