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/