Moved logging stuff over from other project.
Also updated .gitignore.
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -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
|
Reference in New Issue
Block a user