Apply .gitignore rules (stop tracking config files)

main
Leo TUAILLON 3 weeks ago
parent 2c66266908
commit 540da06ef0

2
.gitignore vendored

@ -800,4 +800,4 @@ pyrightconfig.json
# End of https://www.toptal.com/developers/gitignore/api/rider,intellij,intellij+all,dotnetcore,csharp,python # End of https://www.toptal.com/developers/gitignore/api/rider,intellij,intellij+all,dotnetcore,csharp,python
**/appsettings.json **/appsettings*.json

@ -1,11 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information"
}
},
"ConnectionStrings": {
"CatalogDb": "Server=localhost;Port=5433;Database=CatalogDb;User Id=postgres;Password=montretesfesseslouis;",
}
}

@ -1,9 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}
Loading…
Cancel
Save