.DS_Store
.svn
*.swp
*.swo
doc/tags*

node_modules/
.idea/*
*.log
*.iml
target/*
*/target

syntax: regexp
(?i)\.iml

