From ab4e611e8e6b8ea2f93f53d97d2bf5d470bce2b7 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sat, 5 Aug 2023 18:32:40 -0700 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13b4ef0..4cd19d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .*~ .vscode +.DS_Store /dist /node_modules