Open
Description
Before doing #1324 We should have a varsIgnorePattern
or similar. There is cases where you don't want to remove all unsued exports.
For example in some project when we have a custom library / DS we export the props from the component files. Though we do not want to ignore the files itself, only interface / type that end with Props