Skip to content

Commit a4cdac1

Browse files
authored
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
1 parent 94d87c5 commit a4cdac1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,5 @@ __pycache__/
271271
*.pyc
272272

273273
# Cake - Uncomment if you are using it
274-
# tools/
274+
# tools/**
275+
# !tools/packages.config

0 commit comments

Comments
 (0)