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?
Using general glob patterns like
**/*.mdcan cause.mdfiles in the_markbindfolder such asfooter.md,head.mdto be selected as pages for building.Should we add an exclusion for the
_markbindfolder?