From 6fd04860a98ed79f6d0fcd3efec0650a3cdcf66d Mon Sep 17 00:00:00 2001 From: BugByte Date: Mon, 9 Jan 2023 17:49:07 -0500 Subject: [PATCH] Initial commit --- .gitignore | 14 ++++++++++++++ README.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore 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/README.md b/README.md new file mode 100644 index 0000000..df4f726 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# TenThousandGame + +My iteration of a popular family-style dice game called Ten Thousand. Written using Typescript, React, Node, and PostgreSQL. \ No newline at end of file