package
0.0.8
Repository: https://github.com/botwayorg/railway-api.git
Documentation: pkg.go.dev

# Functions

Accepts a ignore file as the input, parses the lines out of the file and invokes the CompileIgnoreLines method.
Accepts a ignore file as the input, parses the lines out of the file and invokes the CompileIgnoreLines method with additional lines.
Accepts a variadic set of strings, and returns a GitIgnore object which converts and appends the lines in the input to regexp.Regexp patterns held within the GitIgnore objects "patterns" field.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
GitIgnore wraps a list of ignore pattern.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

An IgnoreParser is an interface which exposes a single method: MatchesPath() - Returns true if the path is targeted by the patterns compiled in the GitIgnore structure.