mirror of
https://github.com/unabyss/obsidian-plugin.git
synced 2026-07-22 07:47:17 +00:00
Two-way OAuth sync between Obsidian vaults and Unabyss memory, with manifest-first delta upload, exports puller, and GitHub release workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
313 B
Text
23 lines
313 B
Text
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build output (committed for releases; gitignored during dev iteration)
|
|
main.js
|
|
*.js.map
|
|
|
|
# Local plugin state if the folder is symlinked into a vault during dev
|
|
data.json
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|