Using general glob patterns like `**/*.md` can cause `.md` files in the `_markbind` folder such as `footer.md`, `head.md` to be selected as pages for building. ``` "pages": [ { "glob": "**/*.md" }, ] ``` Should we add an exclusion for the `_markbind` folder?