From 2b62ea0c0b8d8b17baa0b15bc8ec3b21c41b7a51 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 13 Sep 2023 21:21:45 -0400 Subject: [PATCH] .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bd7226 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +*.swp