Add .DS_STORE to .gitignore.

This commit is contained in:
Tom Butcher 2025-09-05 23:27:34 +01:00
parent b9c2e959b9
commit 9fba977b2a

4
.gitignore vendored
View File

@ -127,4 +127,6 @@ dist
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.pnp.*
*.DS_STORE