From 63633d107b03d72326585f405c9884b280205e20 Mon Sep 17 00:00:00 2001 From: Richard Kenigs <18597956+Rihyx@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:28:56 +0100 Subject: [PATCH] extend git ignore (#80) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c6bba59..369ef37 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,5 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +**/.DS_Store