-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
pkg:coreIssues related to @effect-migrate/core packageIssues related to @effect-migrate/core packagetype:featureNew feature or requestNew feature or request
Description
Expand default exclusion patterns in config to cover common build artifacts and make them easily configurable.
Proposed Additions:
exclude: [
'node_modules/**',
'dist/**',
'build/**',
'coverage/**',
'.next/**',
'out/**',
'.turbo/**',
'.cache/**'
]Tasks:
- Update default config template
- Document override/merge behavior
- Consider allowing exclusions at multiple levels (global + per-pattern)
- Add tests for exclusion scenarios
File: effect-migrate.config.ts
Review: docs/agents/prs/reviews/amp/feat-thread-command.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pkg:coreIssues related to @effect-migrate/core packageIssues related to @effect-migrate/core packagetype:featureNew feature or requestNew feature or request