chore: ignore .DS_Store (#219)

macOS Finder writes .DS_Store sidecar files into every directory it
touches; they should never be tracked.
This commit is contained in:
Vincent Yang 2026-05-22 12:23:11 +08:00 committed by GitHub
parent 057387c957
commit 1a06baec6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.gitignore vendored
View File

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