Skip to content

Instantly share code, notes, and snippets.

@ggdio
Created September 17, 2013 19:46
Show Gist options
  • Save ggdio/6599544 to your computer and use it in GitHub Desktop.
Save ggdio/6599544 to your computer and use it in GitHub Desktop.
Pre-configured git ignore file for java repos
*.class
# Package Files #
*.jar
*.war
*.ear
# Workspace Metadata #
.metadata/
# Eclipse Settings #
/Project/.settings/
/Project/.classpath
/Project/.project
# Tomcat Server #
/Servers
/Servers/
# Compiled Sources #
Project/bin/
Project/target/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment