Versions in this module Expand all Collapse all v1 v1.0.0 Feb 23, 2026 Changes in this version + type Matcher struct + func NewMatcher(root string) (*Matcher, error) + func (m *Matcher) LoadNestedGitignore(relDir string) error + func (m *Matcher) Match(relPath string, isDir bool) bool + func (m *Matcher) ShouldTraverse(relPath string) bool