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
This commit is contained in:
Gary Ewan Park 2017-01-10 20:51:40 +00:00 committed by GitHub
parent 94d87c5041
commit a4cdac19de
1 changed files with 2 additions and 1 deletions

View File

@ -271,4 +271,5 @@ __pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/
# tools/**
# !tools/packages.config