Skip to main content

is_path_excluded

Function is_path_excluded 

Source
pub fn is_path_excluded(path: &Path, exclude_patterns: &[Pattern]) -> bool
Expand description

Check if a path should be excluded based on a list of glob patterns.