Skip to content

Commit 5b168d4

Browse files
committed
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.
1 parent 206c7e4 commit 5b168d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Umbraco.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ 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)