mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2026-06-04 19:42:13 +00:00
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:
parent
a38dd4de12
commit
6d4911b708
4
.gitignore
vendored
4
.gitignore
vendored
@ -362,3 +362,7 @@ MigrationBackup/
|
|||||||
# Fody - auto-generated XML schema
|
# Fody - auto-generated XML schema
|
||||||
FodyWeavers.xsd
|
FodyWeavers.xsd
|
||||||
/OshimaWebAPI/wwwroot/images/zi
|
/OshimaWebAPI/wwwroot/images/zi
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
._*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user