Преглед на файлове

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/