Skip to content

Instantly share code, notes, and snippets.

@zvaavtre
Last active August 19, 2018 20:50
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 zvaavtre/50b94a8cb0023fb97f78644a895c51c4 to your computer and use it in GitHub Desktop.
Save zvaavtre/50b94a8cb0023fb97f78644a895c51c4 to your computer and use it in GitHub Desktop.
Typical .gitignore for Maven, springboot, and IntelliJ
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
# Spring
application.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment