Feature Request: Support for Excluding Specific File Types
Currently, the Project Context Combiner automatically skips media files and files larger than specified sizes. However, there might be specific file types (e.g., .log, .tmp, or user-defined file types) that users may want to exclude from the output entirely.
Suggested Implementation:
- Introduce an additional command line argument (e.g.,
--exclude or -e) that accepts a list of file extensions to be ignored during the scanning process.
- Update the README documentation to include usage examples for this new feature.
Benefit:
This enhancement would provide more flexibility for users, allowing them to customize which files to exclude based on their project needs.
Feature Request: Support for Excluding Specific File Types
Currently, the Project Context Combiner automatically skips media files and files larger than specified sizes. However, there might be specific file types (e.g.,
.log,.tmp, or user-defined file types) that users may want to exclude from the output entirely.Suggested Implementation:
--excludeor-e) that accepts a list of file extensions to be ignored during the scanning process.Benefit:
This enhancement would provide more flexibility for users, allowing them to customize which files to exclude based on their project needs.