From 6d4911b7084d6aa1872a0e10b3dcb8f427680282 Mon Sep 17 00:00:00 2001 From: iHaydenzZ Date: Thu, 21 May 2026 00:18:16 +1000 Subject: [PATCH] chore: ignore macOS Finder metadata files Add .DS_Store and ._* to .gitignore so macOS contributors don't accidentally commit Finder metadata or AppleDouble resource-fork files to a repo that's primarily developed/deployed on Windows. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a562a14..3240bd3 100644 --- a/.gitignore +++ b/.gitignore @@ -362,3 +362,7 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd /OshimaWebAPI/wwwroot/images/zi + +# macOS +.DS_Store +._*