From 5b168d43009dbfa9e5b02dd6be7ee5961059ea61 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 6 May 2014 17:38:57 +1000 Subject: [PATCH] Remove redundant Umbraco exceptions to VS rules From the discussion on #1013: Since the rule in VS is packages/*, the fact that it contains a slash means that it is anchored to the top level. That is, is will only apply to a directory called packages at the top level, and not to any at deeper directories like App_Data. So these rules at the bottom of your changes actually aren't necessary after all. I just confirmed this with a quick test. --- Umbraco.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 563483f5..c4f7578f 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -10,8 +10,3 @@ Cached/ # Ignore Umbraco content cache file **/App_Data/umbraco.config - -# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) -# Make sure to include details from VisualStudio.gitignore BEFORE this -!**/App_Data/[Pp]ackages/ -!**/[Uu]mbraco/developer/[Pp]ackages \ No newline at end of file