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