mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02: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:
parent
f0f5e38db2
commit
4462ee9f9f
1 changed files with 1 additions and 0 deletions
|
@ -14,3 +14,4 @@ project/plugins/project/
|
|||
|
||||
# Scala-IDE specific
|
||||
.scala_dependencies
|
||||
.worksheet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue