feat: init

This commit is contained in:
h
2026-05-21 10:23:01 +02:00
commit 2b00fa44d5
13 changed files with 1189 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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/