From a3f23b199aa71fc21ceb5972c9fd96ce5ec81b87 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Wed, 14 Jan 2026 20:36:38 -0600 Subject: [PATCH] ignore appsettings.dev file --- .gitignore | 1 + Shogi/appsettings.Development.json | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 Shogi/appsettings.Development.json diff --git a/.gitignore b/.gitignore index 832cf47..d3310fc 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ obj *.user /Shogi.Database/Shogi.Database.dbmdl /Shogi.Database/Shogi.Database.jfm +/Shogi/appsettings.Development.json diff --git a/Shogi/appsettings.Development.json b/Shogi/appsettings.Development.json deleted file mode 100644 index 47aef72..0000000 --- a/Shogi/appsettings.Development.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ApiKeys": { - "BrevoEmailService": "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" - }, - "TestUserPassword": "I'mAToysRUsK1d" -}