Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIgnoreMatcher ¶ added in v0.3.1
func NewIgnoreMatcher(root string, opts ScanOptions) (func(relPath string) bool, error)
Types ¶
type FileEntry ¶
func ScanDirOpts ¶
func ScanDirOpts(root string, opts ScanOptions) ([]FileEntry, error)
type ScanOptions ¶
type ScanOptions struct {
NoGitignore bool
}
Click to show internal directories.
Click to hide internal directories.