Skip to content

Prevent glob from building .md files in the _markbind folder #563

Description

@jamos-tay

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions