We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9b143 commit 8b6c844Copy full SHA for 8b6c844
build/templates/UmbracoProject/.gitignore
@@ -461,6 +461,9 @@ $RECYCLE.BIN/
461
# Dont commit Umbraco TEMP folder containing Examine Indexes, NuCache etc
462
**/umbraco/Data/TEMP/
463
464
+# Umbraco log files
465
+**/umbraco/Logs/
466
+
467
# Dont commit files that are generated and cached from the default ImageSharp location
468
**/umbraco/mediacache/
469
@@ -484,4 +487,4 @@ $RECYCLE.BIN/
484
487
485
488
# Umbraco Static Assets of Backoffice
486
489
# Nuget package Umbraco.Cms.StaticAssets will copy them in during dotnet build
-**/wwwroot/umbraco/
490
+**/wwwroot/umbraco/
0 commit comments