From cf3e9fc3c5e4fde311a3a9b1dce9a56bd5642381 Mon Sep 17 00:00:00 2001 From: Max Maass Date: Tue, 1 Oct 2024 11:52:20 +0200 Subject: [PATCH] Add .DS_Store files to Gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eb0b945..f67b70b 100644 --- a/.gitignore +++ b/.gitignore @@ -172,3 +172,6 @@ vendor/ semgrep-rules _nocommit out + +# Mac OS +.DS_Store \ No newline at end of file