Procházet zdrojové kódy

Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
leandrodeleite před 10 roky
rodič
revize
fbdea1ab36
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      Scala.gitignore

+ 1 - 0
Scala.gitignore

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