Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGitIgnoreFS ¶
NewGitIgnoreFS creates a new FS that filters the given FS using gitignore rules
Types ¶
type GitignoreMatcher ¶
type GitignoreMatcher struct {
// contains filtered or unexported fields
}
func NewGitIgnoreMatcher ¶
func NewGitIgnoreMatcher(fs fsutil.FS) *GitignoreMatcher
NewGitIgnoreMatcher creates a new GitignoreMatcher for the given FS
Click to show internal directories.
Click to hide internal directories.