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) <noreply@anthropic.com>
This commit is contained in:
iHaydenzZ 2026-05-21 00:18:16 +10:00
parent a38dd4de12
commit 6d4911b708

4
.gitignore vendored
View File

@ -362,3 +362,7 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd
/OshimaWebAPI/wwwroot/images/zi
# macOS
.DS_Store
._*