package
0.9.0
Repository: https://github.com/svent/sift.git
Documentation: pkg.go.dev

# Functions

NewChecker returns a new Checker instance.
NewCheckerWithCache returns a new Checker instance that uses the given cache.
NewGitIgnoreCache creates and returns a new gitignore cache.

# Constants

# Structs

Checker allows to check whether a given file is excluded by the relevant .gitignore files for a given base path and holds a cache of already parsed .gitignore files.
GitIgnoreCache holds already parsed .gitignore files.