From c1e3c06105d466c25a14f3fca679d1031fed4d0e Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 1 Sep 2025 12:23:53 +0200 Subject: [PATCH] add .DS_store to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e033bc6..c2edfcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ lazy-lock.json +.DS_Store