# Skip maven 'target' directory
target

# plus eclipse crap
.classpath
.project
.settings

# plus IDEA crap
*.iml
*.ipr
.idea

*~
