Parcourir la source

Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
leandrodeleite il y a 10 ans
Parent
commit
fbdea1ab36
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Scala.gitignore

+ 1 - 0
Scala.gitignore

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