From 8073ec65c2167241af22ce817ea3b34db522af4c Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 26 Apr 2024 13:04:06 +0200 Subject: [PATCH] Adds mac specific file to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7060a41..4e4f4a3 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ go.work .tmp/ tmp + +# MacOS +.DS_Store