-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.,
--excludeor-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.
Metadata
Metadata
Assignees
Labels
No labels