From f4029ff7c1e5dcec77f2062c094d29a12826f681 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Tue, 21 Mar 2023 20:56:35 +0100 Subject: [PATCH] Initial commit --- .gitignore | 14 ++++++++++++++ LICENSE | 1 + README.md | 2 ++ 3 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c2b884 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffc409d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ium151636 +