pub fn should_include(file_path: &str, include_patterns: &[String]) -> boolExpand 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.