package
0.8.8
Repository: https://github.com/gitpod-io/leeway.git
Documentation: pkg.go.dev

# Functions

Glob finds all files that match the pattern and not the ignore func.
IgnoreStrings ignores all paths which contain one of the ignores substrings.
Match matches the same patterns as filepath.Match except it can also match an arbitrary number of path segments using **.

# Variables

IgnoreNone ignores nothing.

# Type aliases

IgnoreFunc checks if a path ought to be ignored.