diff --git a/.gitignore b/.gitignore index d291003..6743530 100644 --- a/.gitignore +++ b/.gitignore @@ -475,3 +475,5 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +CyberBoom/appsettings.Development.json diff --git a/CyberBoom/appsettings.Development.json b/CyberBoom/appsettings.Development.json deleted file mode 100644 index ff66ba6..0000000 --- a/CyberBoom/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -}