webpack-unused icon indicating copy to clipboard operation
webpack-unused copied to clipboard

Add an `ignore` option

Open joelzimmer opened this issue 6 years ago • 1 comments

This currently includes files like tests, snapshots, and storybook files - it'd be great if it could take a list of regexes to ignore (i'm happy to contribute if needed)

joelzimmer avatar Jun 20 '18 15:06 joelzimmer

I just pipe the output to grep -v <pattern> for that.

conradreuter avatar May 20 '21 13:05 conradreuter