chore: ignore .DS_Store

macOS Finder writes .DS_Store sidecar files into every directory it
touches; they should never be tracked.
This commit is contained in:
Vincent Young 2026-05-22 12:17:13 +08:00
parent 057387c957
commit 639c013769
No known key found for this signature in database
GPG Key ID: 070D9CD629BC1AAE

3
.gitignore vendored
View File

@ -1 +1,4 @@
DeepLX DeepLX
# macOS Finder metadata
.DS_Store