mirror of
https://github.com/github/gitignore
synced 2024-11-05 11:28:50 +01:00
Add Umbraco V8 packages folder location (#3302)
In Umbraco v8 we have a new packages folder located under Umbraco/views/packages/... This gets ignored by the current version. Adding this new line prevents this and includes all files and subfolders under this new location.
This commit is contained in:
parent
583f11eddd
commit
6e5b49b1d5
@ -18,6 +18,7 @@
|
||||
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
||||
!**/App_Data/[Pp]ackages/*
|
||||
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
|
||||
!**/[Uu]mbraco/[Vv]iews/[Pp]ackages/*
|
||||
|
||||
# ImageProcessor DiskCache
|
||||
**/App_Data/cache/
|
||||
|
Loading…
Reference in New Issue
Block a user