Commit a73643f
authored
fix: make include patterns additive to source detection (#23)
- Fix include patterns not working for non-source file types (e.g., *.peb)
- Refactor filtering logic into centralized should_process_file() function
- Implement union behavior: files match if source OR include patterns match
- Add comprehensive test coverage for pattern interactions and edge cases1 parent edc0bf6 commit a73643f
1 file changed
+433
-211
lines changed
0 commit comments