-
-
Notifications
You must be signed in to change notification settings - Fork 86
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
When writing exports, I want to exclude files based on regex or globs that shouldn't be exported.
Suggested solution
An exclude
option under ExportOptions
that takes an array of regexes or globs that will be honored
Alternative
Writing a custom exports fn, but that seems to be quite brittle.
Additional context
https://x.com/colinhacks/status/1936539368573083894
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request