From 49b67a7f6fef75a931e4a7b549f0c147d300c164 Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Fri, 30 Jan 2026 22:29:47 +0000 Subject: [PATCH] Updates gitignore --- .gitignore | 5 +++++ src/BlazorApp/appsettings.Development.json | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 src/BlazorApp/appsettings.Development.json diff --git a/.gitignore b/.gitignore index e59c411..4ea6f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,11 @@ bld/ ## ASP.NET Scaffolding ScaffoldingReadMe.txt +## Configuration files (ignore environment-specific settings) +**/appsettings.Development.json +**/appsettings.*.json +!**/appsettings.json + ## Publish profiles *.pubxml *.azurePubxml diff --git a/src/BlazorApp/appsettings.Development.json b/src/BlazorApp/appsettings.Development.json deleted file mode 100644 index 0c208ae..0000000 --- a/src/BlazorApp/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -}