Updates gitignore
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -41,6 +41,11 @@ bld/
|
|||||||
## ASP.NET Scaffolding
|
## ASP.NET Scaffolding
|
||||||
ScaffoldingReadMe.txt
|
ScaffoldingReadMe.txt
|
||||||
|
|
||||||
|
## Configuration files (ignore environment-specific settings)
|
||||||
|
**/appsettings.Development.json
|
||||||
|
**/appsettings.*.json
|
||||||
|
!**/appsettings.json
|
||||||
|
|
||||||
## Publish profiles
|
## Publish profiles
|
||||||
*.pubxml
|
*.pubxml
|
||||||
*.azurePubxml
|
*.azurePubxml
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft.AspNetCore": "Warning"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user