Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIgnore ¶
CheckIgnore checks if a path should be ignored.
Types ¶
type GitIgnore ¶
type GitIgnore struct {
Absolute []gitignoreRule
Scoped map[string][]gitignoreRule // Key is the directory path
}
func GitignoreRead ¶
func GitignoreRead(gitRepo *repo.GitRepository) (*GitIgnore, error)
Click to show internal directories.
Click to hide internal directories.