Exclude the Umbraco Log files from UmbracoProject template gitignore

This commit is contained in:
Jeavon
2022-02-15 17:04:51 +00:00
committed by Nathan Woulfe
parent 7f9b143e1a
commit 8b6c844a55

View File

@@ -461,6 +461,9 @@ $RECYCLE.BIN/
# Dont commit Umbraco TEMP folder containing Examine Indexes, NuCache etc # Dont commit Umbraco TEMP folder containing Examine Indexes, NuCache etc
**/umbraco/Data/TEMP/ **/umbraco/Data/TEMP/
# Umbraco log files
**/umbraco/Logs/
# Dont commit files that are generated and cached from the default ImageSharp location # Dont commit files that are generated and cached from the default ImageSharp location
**/umbraco/mediacache/ **/umbraco/mediacache/
@@ -484,4 +487,4 @@ $RECYCLE.BIN/
# Umbraco Static Assets of Backoffice # Umbraco Static Assets of Backoffice
# Nuget package Umbraco.Cms.StaticAssets will copy them in during dotnet build # Nuget package Umbraco.Cms.StaticAssets will copy them in during dotnet build
**/wwwroot/umbraco/ **/wwwroot/umbraco/