Skip to content

Commit 8b6c844

Browse files
Jeavonnathanwoulfe
authored andcommitted
Exclude the Umbraco Log files from UmbracoProject template gitignore
1 parent 7f9b143 commit 8b6c844

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/templates/UmbracoProject/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,9 @@ $RECYCLE.BIN/
461461
# Dont commit Umbraco TEMP folder containing Examine Indexes, NuCache etc
462462
**/umbraco/Data/TEMP/
463463

464+
# Umbraco log files
465+
**/umbraco/Logs/
466+
464467
# Dont commit files that are generated and cached from the default ImageSharp location
465468
**/umbraco/mediacache/
466469

@@ -484,4 +487,4 @@ $RECYCLE.BIN/
484487

485488
# Umbraco Static Assets of Backoffice
486489
# Nuget package Umbraco.Cms.StaticAssets will copy them in during dotnet build
487-
**/wwwroot/umbraco/
490+
**/wwwroot/umbraco/

0 commit comments

Comments
 (0)