From da681d7115724f7517bdf29b2a9ca3a41b61442a Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Thu, 15 Sep 2016 08:48:08 +0100 Subject: [PATCH 1/2] Add support for Cake.Net Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f3e58fc2..e4ca5275 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -263,3 +263,6 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc + +# Cake +tools/ From b87e4747419dca9f238930b099a1373f88cbb0b9 Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Mon, 26 Sep 2016 09:27:10 +0100 Subject: [PATCH 2/2] Update VisualStudio.gitignore --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e4ca5275..1b86e7ec 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -264,5 +264,5 @@ paket-files/ __pycache__/ *.pyc -# Cake -tools/ +# Cake - Uncomment if you are using it +# tools/