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
+22
View File
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.713275462622441,
"close": true
}