gitignore for scala projects (with intellij svn etc)

new mini opensource project to hold gitignore for scala projects

https://github.com/tomer-ben-david/gitignore-for-scala/blob/master/.gitignore

its content

*.class
*.log
# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
#Intellij
.settings/
.idea/
*.iml
*.iws
#Ubuntu
.DS_Store
#SVN
.svn/
.metadata/

Comments