From e0f4f5358c4f9b99897ebfc3cabf369b3a5fce16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanbrabandt?= Date: Sat, 8 Feb 2020 12:18:10 +0100 Subject: [PATCH] Add Umbraco V8 packages folder location 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. --- Umbraco.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index cd90af3071..5d28bc4f98 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -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/