Skip to content

Commit

Permalink
Ignore worksheet directory
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oschrenk committed Nov 20, 2013
1 parent f0f5e38 commit 4462ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scala.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ project/plugins/project/

# Scala-IDE specific
.scala_dependencies
.worksheet

0 comments on commit 4462ee9

Please sign in to comment.