#27 remove appsettings.Development.json from tracked files

This commit is contained in:
Dominic Villemure
2024-05-09 22:02:21 -04:00
parent 59b6dc265d
commit 8789001bab
2 changed files with 4 additions and 11 deletions

4
.gitignore vendored
View File

@@ -485,3 +485,7 @@ $RECYCLE.BIN/
# Other IDE files # Other IDE files
.vscode/ .vscode/
.idea/ .idea/
#AppSettings dev
*/appsettings.Development.json

View File

@@ -1,11 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Information",
"Microsoft.AspNetCore.SpaProxy": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}