From a702b54703481172c21eed90a8c99fa68c30467a Mon Sep 17 00:00:00 2001 From: Sarah Ricker Date: Wed, 12 Jul 2023 11:42:24 -0500 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1dcef2d..837f7f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -.env \ No newline at end of file +.env +.DS_Store