commit 0e30f598c17260f3b19e6d33a34ec2e45417bcc9 Author: ydeng Date: Thu Apr 22 20:28:16 2021 -0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b60c46d --- /dev/null +++ b/.gitignore @@ -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/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9a8a83 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# SimpleLogger + +A simple C# logging library. \ No newline at end of file