Skip to content

Instantly share code, notes, and snippets.

@raevilman
Created June 7, 2018 06:16
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 raevilman/77151b701a3828c9c2d81830906415fb to your computer and use it in GitHub Desktop.
Save raevilman/77151b701a3828c9c2d81830906415fb to your computer and use it in GitHub Desktop.

.gitignore file for IntelliJ, Eclipse, Maven, Mac

# Eclipse
.classpath
.project
.settings/

# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store

# Maven
log/
target/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment