Skip to content

Commit 7222e77

Browse files
committed
Revert "Remove redundant Umbraco exceptions to VS rules"
This reverts commit 5b168d4. 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
1 parent b538584 commit 7222e77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Umbraco.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ Cached/
1010

1111
# Ignore Umbraco content cache file
1212
**/App_Data/umbraco.config
13+
14+
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
15+
# Make sure to include details from VisualStudio.gitignore BEFORE this
16+
!**/App_Data/[Pp]ackages/
17+
!**/[Uu]mbraco/developer/[Pp]ackages

0 commit comments

Comments
 (0)