]> source.dussan.org Git - gitignore.git/commitdiff
Fixed the unignore of folder 'packages' 2572/head
authormbukejlovic <m.bukejlovic@vegaitsourcing.rs>
Thu, 4 Jan 2018 09:26:19 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2018 09:26:19 +0000 (10:26 +0100)
Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort.

Umbraco.gitignore

index c039262671ed5ed8db152556f156c6863e7a1b35..10fc2b4d825cc91fb1b869d2a52ef425de775aff 100644 (file)
@@ -16,8 +16,8 @@
 
 # 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/[Dd]eveloper/[Pp]ackages
+!**/App_Data/[Pp]ackages/*
+!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
 
 # ImageProcessor DiskCache 
 **/App_Data/cache/