| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate
Global/ gitignore files.
|
|\
| |
| | |
Ignore ensime files
|
| |
| |
| | |
See https://github.com/ensime
|
|/ |
|
| |
|
|
|
|
|
| |
Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
|
|
|
| |
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.
|
|
|
| |
sbt now creates .cache and .history
|
|
|
|
| |
This directory is motivated by the `sbt.g8` template.
|
| |
|
|
|
| |
This is a transient file generated by the Scala-IDE Eclipse plugin, which is regenerated on a clean build, and should not be checked into VCS.
|
|
|