mirror of
https://github.com/github/gitignore.git
synced 2026-04-22 03:00:24 -04:00
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:
@@ -14,3 +14,4 @@ project/plugins/project/
|
||||
|
||||
# Scala-IDE specific
|
||||
.scala_dependencies
|
||||
.worksheet
|
||||
|
||||
Reference in New Issue
Block a user