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.
This commit is contained in:
parent
f0f5e38db2
commit
4462ee9f9f
@ -14,3 +14,4 @@ project/plugins/project/
|
||||
|
||||
# Scala-IDE specific
|
||||
.scala_dependencies
|
||||
.worksheet
|
||||
|
Loading…
Reference in New Issue
Block a user