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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user