From 21d96499daef92e874519dd993fce6f0a27868c1 Mon Sep 17 00:00:00 2001 From: Lani Aung Date: Mon, 18 Oct 2021 19:03:02 -0600 Subject: [PATCH] Update gitignore --- .gitignore | 3 +++ appsettings.Development.json | 9 --------- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 appsettings.Development.json diff --git a/.gitignore b/.gitignore index 907e776..272006f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ /obj/ *.DotSettings *.DotSettings.user + +*.Development.json +*.Release.json \ No newline at end of file diff --git a/appsettings.Development.json b/appsettings.Development.json deleted file mode 100644 index cc5fe2b..0000000 --- a/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Trace", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - } -}