From: Julien Roncaglia Date: Sun, 4 Oct 2015 15:00:43 +0000 (+0200) Subject: Ignore FAKE - F# Make cache folder X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1687%2Fhead;p=gitignore.git Ignore FAKE - F# Make cache folder Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git. --- diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 64f70401..09c92145 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -218,3 +218,6 @@ _Pvt_Extensions # Paket dependency manager .paket/paket.exe + +# FAKE - F# Make +.fake/