diff options
author | Gary Ewan Park <gep13@gep13.co.uk> | 2017-01-10 20:51:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-10 20:51:40 +0000 |
commit | a4cdac19de274e742eb71dfbae7a60134a15c78f (patch) | |
tree | 82290fd246c6ed230fd7f09bf62a5db4f13c62b4 | |
parent | 94d87c504178b3a4e8b95eb95e78e96c6ccefe46 (diff) | |
download | gitignore-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.gitignore | 3 |
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 |