Add .DS_Store to .gitignore (#1509)

macOS automatically creates a .DS_Store file if any custom macOS attributes are set to files (like visual position in Finder). It's redundant for this repo and to avoid that to be accidentally committed/pushed, I added it to .gitignore.
This commit is contained in:
Alisa Vulpes 2026-04-16 01:26:27 +03:00 committed by GitHub
parent 2fba264c08
commit 7f0237a286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -420,3 +420,6 @@ result
result-*
.direnv/
.xwin-cache/
# macOS
.DS_Store