From cf9c11a888c600fcaa457aa4617caeb9381ea107 Mon Sep 17 00:00:00 2001 From: jodaAtGithub <117034701+jodaAtGithub@users.noreply.github.com> Date: Sun, 30 Oct 2022 23:54:32 +0100 Subject: [PATCH] Ignore .DS_Store files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b947077..3bdd52e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ dist/ +.DS_Store