From 8789001babfb1e3e9df339f00e5693e0d8d1c263 Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Thu, 9 May 2024 22:02:21 -0400 Subject: [PATCH] #27 remove appsettings.Development.json from tracked files --- .gitignore | 4 ++++ src/Web/appsettings.Development.json | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 src/Web/appsettings.Development.json diff --git a/.gitignore b/.gitignore index 87e0e84..6614a0b 100644 --- a/.gitignore +++ b/.gitignore @@ -485,3 +485,7 @@ $RECYCLE.BIN/ # Other IDE files .vscode/ .idea/ + + +#AppSettings dev +*/appsettings.Development.json diff --git a/src/Web/appsettings.Development.json b/src/Web/appsettings.Development.json deleted file mode 100644 index be4dfad..0000000 --- a/src/Web/appsettings.Development.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Information", - "Microsoft.AspNetCore.SpaProxy": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} -