mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
4462ee9f9f
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.
18 lines
187 B
Plaintext
18 lines
187 B
Plaintext
*.class
|
|
*.log
|
|
|
|
# sbt specific
|
|
.cache/
|
|
.history/
|
|
.lib/
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
.worksheet
|