Skip to content

Instantly share code, notes, and snippets.

@igorrendulic
Created March 11, 2017 21:56
Show Gist options
  • Save igorrendulic/71dc12578a0c484931b61112d96db163 to your computer and use it in GitHub Desktop.
Save igorrendulic/71dc12578a0c484931b61112d96db163 to your computer and use it in GitHub Desktop.
gitignore java maven eclipse intellij
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
# log files
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment