]> source.dussan.org Git - gitignore.git/commitdiff
Corrected ignore settings for Cake 2241/head
authorGary Ewan Park <gep13@gep13.co.uk>
Tue, 10 Jan 2017 20:51:40 +0000 (20:51 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2017 20:51:40 +0000 (20:51 +0000)
- 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

VisualStudio.gitignore

index d9e876cfcdd91a6c468a503406a0c1d9dc950a08..1d1e8372b43f072b8720f16fe2ec3b26be218396 100644 (file)
@@ -271,4 +271,5 @@ __pycache__/
 *.pyc
 
 # Cake - Uncomment if you are using it
-# tools/
+# tools/**
+# !tools/packages.config