From 8b0f527f1a2dfdbf56ef15946b4157ec9844f871 Mon Sep 17 00:00:00 2001 From: Shivam Saini <51438830+shivamsn97@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:47:43 +0530 Subject: [PATCH] chore: ignore macOS AppleDouble files A synced checkout scatters ._* sidecars through the tree; they are not part of the project and should never be staged. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d04435f..6e6065c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ Thumbs.db # Tooling caches .ruff_cache/ + +# macOS AppleDouble metadata files +._*