Skip to content

Instantly share code, notes, and snippets.

@juandiegoh
Created March 20, 2013 15:08
Show Gist options
  • Save juandiegoh/5205432 to your computer and use it in GitHub Desktop.
Save juandiegoh/5205432 to your computer and use it in GitHub Desktop.
.gitignore for a Java project
*.class
.classpath
.project
.settings
/target/*
# Package Files #
*.jar
*.war
*.ear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment