Skip to content

Commit 4462ee9

Browse files
committedNov 20, 2013
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.
1 parent f0f5e38 commit 4462ee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Scala.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ project/plugins/project/
1414

1515
# Scala-IDE specific
1616
.scala_dependencies
17+
.worksheet

0 commit comments

Comments
 (0)
Please sign in to comment.