From 6e5b49b1d570b66afc54818861dd7dce1f0553c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanbrabandt?= Date: Mon, 10 Feb 2020 11:20:24 +0100 Subject: [PATCH] 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. --- Umbraco.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index cd90af30..5d28bc4f 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/