Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
Matcher defines matcher for sauceignore patterns.
func NewMatcherFromFile ¶
NewMatcherFromFile constructs a new matcher from file.
type Pattern ¶
type Pattern struct {
P string
}
Pattern defines a single sauceignore pattern.
func Dedupe ¶ added in v0.101.1
Dedupe takes a list of patterns and returns them back sans any duplicates.
func PatternsFromFile ¶ added in v0.100.0
PatternsFromFile reads .sauceignore file and creates ignore patters if .sauceignore file is exists.
Click to show internal directories.
Click to hide internal directories.