From 3b7bcbcca368350003437415e199e4e1a8a82127 Mon Sep 17 00:00:00 2001 From: Thanwer Date: Sat, 19 Oct 2024 23:38:21 -0300 Subject: [PATCH] Add .DS_Store git ignore... --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 86c95ef..1705d31 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ hugo.linux # Temporary lock file while building /.hugo_build.lock +.DS_Store