From 0e30f598c17260f3b19e6d33a34ec2e45417bcc9 Mon Sep 17 00:00:00 2001 From: ydeng Date: Thu, 22 Apr 2021 20:28:16 -0500 Subject: [PATCH] Initial commit --- .gitignore | 11 +++++++++++ README.md | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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