Versions in this module Expand all Collapse all v0 v0.1.2 Feb 27, 2026 v0.1.1 Feb 27, 2026 v0.1.0 Feb 24, 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