Selaa lähdekoodia

Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
leandrodeleite 10 vuotta sitten
vanhempi
sitoutus
fbdea1ab36
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Scala.gitignore

+ 1 - 0
Scala.gitignore

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