Documentation
¶
Overview ¶
Package ignore provides workspace ignore rules for indexing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
Matcher defines simple ignore rules for directories and files during indexing.
func NewMatcher ¶
NewMatcher creates a new matcher with default ignore rules.
func (*Matcher) ShouldSkipDir ¶
ShouldSkipDir returns true if the directory should be ignored.
Click to show internal directories.
Click to hide internal directories.