Documentation
¶
Overview ¶
Package ignore provides gitignore-style file parsing for repository indexing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// IgnoreFiles is the list of ignore file names to look for.
IgnoreFiles []string
// FallbackPatterns are returned when no ignore files are found.
FallbackPatterns []string
}
Parser reads and parses gitignore-style files.
Click to show internal directories.
Click to hide internal directories.