Function should_include

Source
pub fn should_include(file_path: &str, include_patterns: &[String]) -> bool
Expand description

Determines if a file should be included based on patterns

This function checks if a file should be included based on a list of glob patterns. If include_patterns is empty, all files are included.