From 8b6c844a55cc394f15177a1c2be515a16fc7f769 Mon Sep 17 00:00:00 2001 From: Jeavon Date: Tue, 15 Feb 2022 17:04:51 +0000 Subject: [PATCH] Exclude the Umbraco Log files from UmbracoProject template gitignore --- build/templates/UmbracoProject/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/templates/UmbracoProject/.gitignore b/build/templates/UmbracoProject/.gitignore index 199d371b48..f4caa41045 100644 --- a/build/templates/UmbracoProject/.gitignore +++ b/build/templates/UmbracoProject/.gitignore @@ -461,6 +461,9 @@ $RECYCLE.BIN/ # Dont commit Umbraco TEMP folder containing Examine Indexes, NuCache etc **/umbraco/Data/TEMP/ +# Umbraco log files +**/umbraco/Logs/ + # Dont commit files that are generated and cached from the default ImageSharp location **/umbraco/mediacache/ @@ -484,4 +487,4 @@ $RECYCLE.BIN/ # Umbraco Static Assets of Backoffice # Nuget package Umbraco.Cms.StaticAssets will copy them in during dotnet build -**/wwwroot/umbraco/ \ No newline at end of file +**/wwwroot/umbraco/