From 3f84697cae3a79f62e260fa86da7aaf0b297174e Mon Sep 17 00:00:00 2001 From: Daniel <223140489+AgriciDaniel@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:22:05 +0300 Subject: [PATCH] fix: app.json folder exclusions with trailing slash format --- .obsidian/app.json | 12 +++++++----- .obsidian/graph.json | 3 --- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index 9f97002..e6d2055 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,11 +1,13 @@ { "userIgnoreFilters": [ - "agents", - "commands", - "hooks", - "skills", + "agents/", + "commands/", + "hooks/", + "skills/", + "_templates/", "README.md", "CLAUDE.md", - "WIKI.md" + "WIKI.md", + "Welcome.md" ] } diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 50f8329..d3aa72f 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -9,10 +9,7 @@ "colorGroups": [ { "query": "path:wiki/entities", "color": { "a": 1, "rgb": 12945088 } }, { "query": "path:wiki/concepts", "color": { "a": 1, "rgb": 5227007 } }, - { "query": "path:wiki/domains", "color": { "a": 1, "rgb": 5227007 } }, { "query": "path:wiki/sources", "color": { "a": 1, "rgb": 6986069 } }, - { "query": "path:wiki/questions", "color": { "a": 1, "rgb": 6986069 } }, - { "query": "path:wiki/comparisons", "color": { "a": 1, "rgb": 6986069 } }, { "query": "path:wiki/meta", "color": { "a": 1, "rgb": 5676246 } }, { "query": "path:wiki", "color": { "a": 1, "rgb": 5676246 } } ],