From 9c7bb85dc82008476b531365937481fe98d49390 Mon Sep 17 00:00:00 2001 From: Nicholas Berlette Date: Wed, 30 Oct 2024 19:23:22 -0700 Subject: [PATCH] chore: add .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7fe218 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +node_modules +Thumbs.db +.DS_Store +.SpotlightV100 +.Trashes +*-lock.* +*.lock* +*.swp +.*~