From b310bc34125b6370fd1f5af6c6a8a23e344ceb3a Mon Sep 17 00:00:00 2001 From: Thanwer Date: Mon, 6 Jan 2025 11:39:48 +0100 Subject: [PATCH] Ignore Mac files... --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8dd6d56..52e7d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ .hugo_build.lock +.DS_Store