From 26b3a61b388eff66aea49a2bc1717fffdeb6517f Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Sun, 28 Apr 2024 01:19:07 -0400 Subject: [PATCH] Bug 1433029: Ignore Mac Finder droppings (#163) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 55221c1c02..46336f8258 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /data /localconfig /index.html +.DS_Store -- 2.47.3