ソースを参照

Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
leandrodeleite 10 年 前
コミット
fbdea1ab36
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Scala.gitignore

+ 1 - 0
Scala.gitignore

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