Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com

chore: update .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+14 -2
+14 -2
.gitignore
··· 1 - .DS_Store 2 1 markdownhub.db 3 2 markdownhub.db-shm 4 3 markdownhub.db-wal 4 + markdownhub 5 5 node_modules/ 6 - markdownhub 6 + .claude/ 7 + /node_modules 8 + package-lock.json 9 + 10 + # OS generated files # 11 + ###################### 12 + .DS_Store 13 + .DS_Store? 14 + ._* 15 + .Spotlight-V100 16 + .Trashes 17 + ehthumbs.db 18 + Thumbs.db