I found this in `config.edn>
;; The app will ignore those directories or files.
;; E.g. "/archived" "/test.md"
:hidden [".obsidian", ".git"]
Since I use other editors, I’d like to avoid indexing of the directory named ‘.obsidian’ under the pages directory. Could you help me where can I find the correct syntax of that pattern?