Sfoglia il codice sorgente

Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
leandrodeleite 10 anni fa
parent
commit
fbdea1ab36
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Scala.gitignore

+ 1 - 0
Scala.gitignore

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