From 7222e77266ca62d3a920600a91ca94718639c7fd Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 8 Jul 2014 11:43:42 +1000 Subject: [PATCH] Revert "Remove redundant Umbraco exceptions to VS rules" This reverts commit 5b168d43009dbfa9e5b02dd6be7ee5961059ea61. Amends #1131 - fixes Umbraco template to compensate for the change in the VisualStudio template which would lead to issues if the two were used together. These rules were originally added by @bbodenmiller in #1013 --- Umbraco.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index f762672e..75970e0c 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -10,3 +10,8 @@ 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