#Ignore Maven target folder
target/

#Ignore Eclipse files
.settings/
.classpath
.project

#Ignore Intellij files
*.iml
*.iws
*.ipr
.idea/

#Ignore Mac files
.DS_Store