mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
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:
parent
94d87c5041
commit
a4cdac19de
@ -271,4 +271,5 @@ __pycache__/
|
|||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
# Cake - Uncomment if you are using it
|
# Cake - Uncomment if you are using it
|
||||||
# tools/
|
# tools/**
|
||||||
|
# !tools/packages.config
|
||||||
|
Loading…
Reference in New Issue
Block a user