From 2b6b04863bebd41b4c0ab8e926b06d4be70158a6 Mon Sep 17 00:00:00 2001 From: Thomas Renger Date: Mon, 6 Nov 2023 17:49:26 +0100 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2ee9527..9bb5286 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ .secrets build/* +.DS_Store