Add .DS_Store to .gitignore

This commit is contained in:
Flatulent Fowl 2026-05-04 16:07:39 +02:00 committed by GitHub
parent 61cd8539aa
commit 227d36fd4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
node_modules/
*.js.map
main.js
.DS_Store