Files
2026-05-21 10:23:01 +02:00

17 lines
277 B
Plaintext

# deps
node_modules/
# build output (regenerated by `make install` / `make zip`)
main.js
*.zip
# plugin runtime — Obsidian writes settings here when the symlinked dir
# is used as the live plugin; never want it in the repo
data.json
# misc
*.log
.DS_Store
.vscode/
.idea/