From 8b485528e661ae014932e8dfa4075dd0dd447d82 Mon Sep 17 00:00:00 2001 From: zyl Date: Wed, 4 Oct 2023 23:21:28 -0700 Subject: [PATCH] ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 74ca8b3..8ff3bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target /site/build +.DS_Store