From 89e312f641c9dca26e7cdd9e157fabe9a9619624 Mon Sep 17 00:00:00 2001 From: aderusha Date: Mon, 15 Nov 2021 09:46:34 -0500 Subject: [PATCH] add gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84b981c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore VSCode files +**/.vscode/ \ No newline at end of file