From 11924c21799dc6c1514f7ff975cf224a2c7957c9 Mon Sep 17 00:00:00 2001 From: Mirko Boehm Date: Fri, 20 Mar 2026 07:59:41 +0100 Subject: [PATCH] Add MacOS filesystem artifacts to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 06393d3..2a74218 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ debug.test /VERSION cmd/shelldoc/shelldoc results.xml +# Filesystem artifacts +.DS_Store