Exclude the Umbraco Log files from UmbracoProject template gitignore
This commit is contained in:
5
build/templates/UmbracoProject/.gitignore
vendored
5
build/templates/UmbracoProject/.gitignore
vendored
@@ -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/
|
||||
**/wwwroot/umbraco/
|
||||
|
||||
Reference in New Issue
Block a user