mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
Merge pull request #2572 from mbukejlovic/patch-1
Fixed the unignore of folder 'packages'
This commit is contained in:
commit
0c5ace9de9
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
|
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
|
||||||
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
||||||
!**/App_Data/[Pp]ackages/
|
!**/App_Data/[Pp]ackages/*
|
||||||
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
|
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
|
||||||
|
|
||||||
# ImageProcessor DiskCache
|
# ImageProcessor DiskCache
|
||||||
**/App_Data/cache/
|
**/App_Data/cache/
|
||||||
|
Loading…
Reference in New Issue
Block a user