Commit 4462ee9f authored by Oliver Schrenk's avatar Oliver Schrenk

Ignore worksheet directory

Since Scala IDE V3.0 has worksheets which are like a REPL session on steroids. For the worksheet to function `*.scala` files get created in a hidden `.worksheet` directory. As these are auto-generated the directory should be ignored.
parent f0f5e38d
...@@ -14,3 +14,4 @@ project/plugins/project/ ...@@ -14,3 +14,4 @@ project/plugins/project/
# Scala-IDE specific # Scala-IDE specific
.scala_dependencies .scala_dependencies
.worksheet
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment