From 91afc0ddf8f3f2019333f87a92bbbdf345453117 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Sun, 14 Dec 2025 12:44:46 +0100 Subject: [PATCH] Ignoring .DS_Store files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5f6d4d1..f22754e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ target debug.out /nbactions.xml +.DS_Store