From 49cb3171da959490277a8ea5b8b7a70ee8bf1783 Mon Sep 17 00:00:00 2001 From: n loewen Date: Mon, 28 Aug 2023 23:05:39 -0400 Subject: [PATCH] Add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dde1915 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +.vscode +node_modules +cardiograph.code-workspace \ No newline at end of file