Initial commit

This commit is contained in:
ydeng 2021-04-22 20:28:16 -05:00
commit 0e30f598c1
2 changed files with 14 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# SimpleLogger
A simple C# logging library.