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:
Shannon
2021-03-10 15:22:45 +11:00
parent 5fee73f50d
commit 52812672fc
4 changed files with 15 additions and 10 deletions

1
.gitignore vendored
View File

@@ -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