Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IgnoreMatcher ¶
type IgnoreMatcher struct {
// contains filtered or unexported fields
}
IgnoreMatcher applies .gitignore-style patterns relative to a workspace root.
func LoadIgnoreMatcher ¶
func LoadIgnoreMatcher(workspaceRoot string) (*IgnoreMatcher, error)
LoadIgnoreMatcher reads the workspace-root .gitignore when present and always ignores .git, node_modules, and .env.
Click to show internal directories.
Click to hide internal directories.