From da681d7115724f7517bdf29b2a9ca3a41b61442a Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Thu, 15 Sep 2016 08:48:08 +0100 Subject: [PATCH] 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/