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

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