aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Ewan Park <gep13@gep13.co.uk>2017-01-10 20:51:40 +0000
committerGitHub <noreply@github.com>2017-01-10 20:51:40 +0000
commita4cdac19de274e742eb71dfbae7a60134a15c78f (patch)
tree82290fd246c6ed230fd7f09bf62a5db4f13c62b4
parent94d87c504178b3a4e8b95eb95e78e96c6ccefe46 (diff)
downloadgitignore-a4cdac19de274e742eb71dfbae7a60134a15c78f.tar.gz
gitignore-a4cdac19de274e742eb71dfbae7a60134a15c78f.zip
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
-rw-r--r--VisualStudio.gitignore3
1 files changed, 2 insertions, 1 deletions
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