Track Obsidian vault config; ignore local UI state

Add .gitignore for workspace.json and other per-session files so the
shared vault config (plugins, appearance, graph) stays clean across
machines.
This commit is contained in:
2026-04-30 13:14:23 +02:00
parent 22b1b069df
commit d1ced6be4b
5 changed files with 62 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"bases": true,
"webviewer": false
}