Skip to content

Instantly share code, notes, and snippets.

@rufer7
Created June 2, 2015 06:59
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 rufer7/dc9979e9415a98f0175a to your computer and use it in GitHub Desktop.
Save rufer7/dc9979e9415a98f0175a to your computer and use it in GitHub Desktop.
IDEA-Gitignore for Java
# Java
*.class
target/
# Package Files
*.jar
*.war
*.ear
# IntelliJ
.idea/
*.iml
*.iws
# 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