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

3
.gitignore vendored
View File

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