From 84fee5cf6e4046c7f61f677bf4f6eb5fad290bb5 Mon Sep 17 00:00:00 2001 From: Dennis Bauer <76918192+Dennis-Bauer@users.noreply.github.com> Date: Sun, 25 Jan 2026 19:12:06 +0100 Subject: [PATCH] Update .gitignore to include .DS_Store --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b671126..4662619 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ /build # Vitest -vitest-report.json \ No newline at end of file +vitest-report.json + +# MacOS +.DS_Store