Versions in this module Expand all Collapse all v0 v0.18.5 Jun 28, 2022 v0.18.4 Jun 28, 2022 v0.18.3 Jun 28, 2022 Changes in this version + func GetRootGitDir(workingDir string) (filesystem billy.Filesystem, err error) + type Ignore struct + func NewIgnore(filesystem billy.Filesystem, lines []string) (ignore *Ignore, err error) + func (i *Ignore) Match(f string, isDir bool) bool