From 4987ffb665d43111bb4337aca6880331bcbf0349 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Thu, 29 May 2014 12:57:42 -0700 Subject: [PATCH] add todo note for packages/* rule TODO not needed because rule only works if the folder is located in the same folder as the `.gitignore` file. For example if your packages folder is located in `\myapp\mypartoftheapp\packages\` it will unintentionally be included using this rule. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1c38a68e..332c2345 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -130,6 +130,9 @@ publish/ *.pubxml # NuGet Packages +## TODO: Update the following path to your packages folder if it +## is not in the same folder as this .gitignore file, keep the /* +## at the end or the below include specific items will not work packages/* *.nupkg ## TODO: If the tool you use requires repositories.config