From c14ed15e4b041f95e13a0e963366cd68d55d3462 Mon Sep 17 00:00:00 2001 From: Luis <1105281+lpenap@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:41:07 -0300 Subject: [PATCH] Ignore macOS .DS_Store files Co-Authored-By: Claude Fable 5.1 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eb23e12..96c5bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ build/ ### VS Code ### .vscode/ + +### macOS ### +.DS_Store