Skip to content

Instantly share code, notes, and snippets.

@eyalgo
Created March 7, 2014 20:54
Show Gist options
  • Save eyalgo/9419908 to your computer and use it in GitHub Desktop.
Save eyalgo/9419908 to your computer and use it in GitHub Desktop.
gitignore for IntelliJ
### Java ###
*.class
# Package Files #
*.jar
*.war
*.ear
### IntelliJ ###
*.iml
*.ipr
*.iws
.idea/
### Maven ###
target/
log/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment