gitignoring .DS_Store

This commit is contained in:
albert
2025-07-29 12:12:15 +02:00
parent 074f66ac2b
commit e0cb439234

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules node_modules
dist dist
*.bk *.bk
.DS_Store