#27 remove appsettings.Development.json from tracked files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -485,3 +485,7 @@ $RECYCLE.BIN/
|
||||
# Other IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
|
||||
#AppSettings dev
|
||||
*/appsettings.Development.json
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Information",
|
||||
"Microsoft.AspNetCore.SpaProxy": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user