From a4cdac19de274e742eb71dfbae7a60134a15c78f Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 10 Jan 2017 20:51:40 +0000 Subject: [PATCH] Corrected ignore settings for Cake - It is recommended to include the packages.config file when using Cake - This ensures that the Cake version that is being used is *pinned* and updated only when the user decides --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d9e876cf..1d1e8372 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -271,4 +271,5 @@ __pycache__/ *.pyc # Cake - Uncomment if you are using it -# tools/ +# tools/** +# !tools/packages.config