From fbdea1ab367a4e8e8648bdade37a92ea4f2664d5 Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Wed, 15 Oct 2014 12:59:30 -0300 Subject: [PATCH] Ignore .cache files Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index 12543bc4..7d12fc83 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.cache .cache/ .history/ .lib/ -- 2.39.5