From 6d4d9a8c20dbbd4557aeb68e984df3870ef5a95d Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Wed, 17 Aug 2022 10:11:09 +0200 Subject: [PATCH 1/2] The ignore file has moved in the repo, updated the link to latest --- community/DotNet/Umbraco.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index 1dc3da52..6b8e8640 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -1,6 +1,6 @@ ## Ignore Umbraco files/folders generated for each instance ## -## Get latest from https://github.com/github/gitignore/blob/main/Umbraco.gitignore +## Get latest from https://github.com/github/gitignore/blob/main/community/DotNet/Umbraco.gitignore # Note: VisualStudio gitignore rules may also be relevant From f25c58cd36c67ee2131855529e74fd8f680a0d90 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Wed, 17 Aug 2022 10:20:57 +0200 Subject: [PATCH 2/2] Adding temp data folder as well For reference: https://github.com/umbraco/Umbraco-CMS/blob/v10/contrib/templates/UmbracoProject/.gitignore#L469 --- community/DotNet/Umbraco.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index 6b8e8640..bc2c7155 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -50,3 +50,6 @@ #include default location for packages !**/umbraco/Data/packages + +# Temp folder containing Examine indexes, NuCache, MediaCache, etc. +**/umbraco/Data/TEMP/