1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
gitignore/Scala.gitignore
Tamir Duberstein 2636793079 Update Scala.gitignore
sbt now creates .cache and .history
2013-11-04 11:36:31 -08:00

17 lines
176 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