pub type Ignore = HashMap<String, IgnoreValue>;Expand description
Ignore patterns for tool-specific ignore files. Keys are tool names (e.g., “git”, “docker”, “prettier”). Values can be either:
- A list of patterns:
["node_modules/", ".env"] - An object with patterns and optional filename override
Aliased Type§
pub struct Ignore { /* private fields */ }