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