Updates gitignore

This commit is contained in:
Beau Findlay
2026-01-30 22:29:47 +00:00
parent 361f6212bd
commit 49b67a7f6f
2 changed files with 5 additions and 8 deletions

5
.gitignore vendored
View File

@@ -41,6 +41,11 @@ bld/
## ASP.NET Scaffolding
ScaffoldingReadMe.txt
## Configuration files (ignore environment-specific settings)
**/appsettings.Development.json
**/appsettings.*.json
!**/appsettings.json
## Publish profiles
*.pubxml
*.azurePubxml

View File

@@ -1,8 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}