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" - } - } -}