From 830747e1d196122a6297782e5c0e59ef399b9bc7 Mon Sep 17 00:00:00 2001 From: Claudio Date: Fri, 27 Sep 2024 12:56:22 +0200 Subject: [PATCH] Ignore mac files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2fc67a8..46f017e 100644 --- a/.gitignore +++ b/.gitignore @@ -166,3 +166,5 @@ ign* # Ignore office temp files ~$*.xlsx outputs/ + +.DS_Store