I am trying to remove as much LOC as possible to prevent to have to extend my plan.
I setup the exclusion as follow :
I tried multiple way using wildcard (single and double, not file extensions specified), and tried those patterns to be sure on https://toools.cloud/miscellaneous/glob-tester
But when I run the analysis on my main branch, I still get files like jest.config.ts XXX.stories.tsx tailwind.preset.js
Scanned.
Everything that is folder works, but my file name specific exclusions doesnt.
What is wrong with my setup ?