1
0
mirror of https://github.com/github/gitignore synced 2024-11-05 19:38:52 +01:00
gitignore/Scala.gitignore
sherzod 58c8e30852 Update for Scala
Exclude Scala IDE related .cache-main files.
2016-08-16 11:47:19 +05:00

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