Allow for having appsettings.Local.json
this file is not checked in and can be used to overwrite any custom settings that are in the repo without worrying about accidentally checking in developer settings as you work.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -201,3 +201,4 @@ src/Umbraco.Tests/TEMP/
|
||||
|
||||
/src/Umbraco.Web.UI/config/umbracoSettings.config
|
||||
/src/Umbraco.Web.UI.NetCore/Umbraco/models/*
|
||||
/src/Umbraco.Web.UI.NetCore/appsettings.local.json
|
||||
|
||||
Reference in New Issue
Block a user