Moved logging stuff over from other project.

Also updated .gitignore.
This commit is contained in:
2021-04-22 20:32:27 -05:00
parent 0e30f598c1
commit b39d8b6e85
5 changed files with 112 additions and 4 deletions

19
.gitignore vendored
View File

@@ -1,4 +1,17 @@
# ---> VisualStudioCode
# Created by https://www.toptal.com/developers/gitignore/api/vscode,dotnetcore
# Edit at https://www.toptal.com/developers/gitignore?templates=vscode,dotnetcore
### DotnetCore ###
# .NET Core build folders
bin/
obj/
# Common node modules locations
/node_modules
/wwwroot/node_modules
### vscode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
@@ -6,6 +19,4 @@
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
# End of https://www.toptal.com/developers/gitignore/api/vscode,dotnetcore