fix: app.json folder exclusions with trailing slash format

This commit is contained in:
Daniel
2026-04-07 12:22:05 +03:00
parent d515ff7598
commit 3f84697cae
2 changed files with 7 additions and 8 deletions

12
.obsidian/app.json vendored
View File

@@ -1,11 +1,13 @@
{
"userIgnoreFilters": [
"agents",
"commands",
"hooks",
"skills",
"agents/",
"commands/",
"hooks/",
"skills/",
"_templates/",
"README.md",
"CLAUDE.md",
"WIKI.md"
"WIKI.md",
"Welcome.md"
]
}

View File

@@ -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 } }
],