1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

Update Scala.gitignore

sbt now creates .cache and .history
This commit is contained in:
Tamir Duberstein 2013-11-04 11:36:31 -08:00
parent 517a444703
commit 2636793079

View File

@ -2,6 +2,8 @@
*.log *.log
# sbt specific # sbt specific
.cache/
.history/
.lib/ .lib/
dist/* dist/*
target/ target/