1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 11:18:12 +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:
Oliver Schrenk 2013-11-20 20:13:07 +01:00
parent f0f5e38db2
commit 4462ee9f9f

View File

@ -14,3 +14,4 @@ project/plugins/project/
# Scala-IDE specific # Scala-IDE specific
.scala_dependencies .scala_dependencies
.worksheet