Skip to content

Commit

Permalink
Add Umbraco V8 packages folder location (github#3302)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Mivaweb authored Feb 10, 2020
1 parent 583f11e commit 6e5b49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Umbraco.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 6e5b49b

Please sign in to comment.