Versions in this module Expand all Collapse all v3 v3.2.0 Nov 27, 2023 v3.1.0 Sep 20, 2022 Changes in this version + var Separator = string(filepath.Separator) + func NewGitIgnoreFromReader(path string, r io.Reader) gitIgnore + type IgnoreMatcher interface + Match func(path string, isDir bool) bool + func NewGitIgnore(gitignore string, base ...string) (IgnoreMatcher, error)