diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-10 16:35:33 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-10 16:35:33 +0100 |
commit | 3e41859789c644a59334da6a07157aa0f1e0138f (patch) | |
tree | 952a0b6506aba50bf5143bd657a2cb872fb9ad55 /.gitignore | |
download | developerstream-web-3e41859789c644a59334da6a07157aa0f1e0138f.tar.gz developerstream-web-3e41859789c644a59334da6a07157aa0f1e0138f.tar.bz2 developerstream-web-3e41859789c644a59334da6a07157aa0f1e0138f.tar.xz developerstream-web-3e41859789c644a59334da6a07157aa0f1e0138f.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a1d4a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.class +*.log + +# sbt specific +dist/* +target/ +lib_managed/ +src_managed/ +project/boot/ +project/plugins/project/ + +# Scala-IDE specific +.scala_dependencies + +# IDEA stuff +.idea +.idea_modules |