-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow ignoring public assets with ignore
options
#945
Conversation
add ignorePublic option to ignore public assets with a pattern (glob patterns)
Codecov Report
@@ Coverage Diff @@
## main #945 +/- ##
==========================================
- Coverage 76.82% 76.81% -0.02%
==========================================
Files 71 71
Lines 7323 7336 +13
Branches 726 727 +1
==========================================
+ Hits 5626 5635 +9
- Misses 1696 1699 +3
- Partials 1 2 +1
|
ignore
options
Hi dear @motea927 thanks for this PR and sorry it took long to be reviewed. I have made some refactors on copy implementation to make it simpler and also merged the functionality with the (more universal) Merging with new option comes with slight inconsistency that ignore patterns should "not" be prefix with |
add ignorePublic option to ignore public assets with a pattern (glob patterns)
π Linked issue
#843
β Type of change
π Description
Resolves #843
Add
ignorePublic
to ignore public assets with a pattern (glob patterns), it is very useful and saves a lot of time for production.π Checklist