mirror of
https://github.com/github/gitignore
synced 2024-11-05 19:38:52 +01:00
58c8e30852
Exclude Scala IDE related .cache-main files.
23 lines
239 B
Plaintext
23 lines
239 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
|
|
.cache-main
|
|
|
|
# ENSIME specific
|
|
.ensime_cache/
|
|
.ensime
|