fix: app.json folder exclusions with trailing slash format
This commit is contained in:
12
.obsidian/app.json
vendored
12
.obsidian/app.json
vendored
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"userIgnoreFilters": [
|
||||
"agents",
|
||||
"commands",
|
||||
"hooks",
|
||||
"skills",
|
||||
"agents/",
|
||||
"commands/",
|
||||
"hooks/",
|
||||
"skills/",
|
||||
"_templates/",
|
||||
"README.md",
|
||||
"CLAUDE.md",
|
||||
"WIKI.md"
|
||||
"WIKI.md",
|
||||
"Welcome.md"
|
||||
]
|
||||
}
|
||||
|
||||
3
.obsidian/graph.json
vendored
3
.obsidian/graph.json
vendored
@@ -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 } }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user