Create .smmignore at docs root to skip paths during markdown traversal.
Rules are glob-like, processed top-to-bottom.
# are comments.! to un-ignore.Example:
drafts/**
private/**
!private/keep.md
Paths are evaluated against traversal targets in the docs tree; ignored paths are skipped during route/content generation.