`yarn.lock` erroneously included in size
Closed this issue · 4 comments
noqcks commented
yarn.lock
not being removed from total size calculation, and it should be!
Chathula commented
this must be created with a way to ignore files that we want!
TheTechRobo commented
yeah, something like a /.github/pull-request-size/ignores with a .gitignore syntax would make sense
noqcks commented
It is possible to exclude files in the calculation. I updated the documentation to make it more clear: https://github.com/noqcks/pull-request-size#excluding-files
noqcks commented
yarn.lock
is actually not considered a generated file by the linguist project
see discussion
closing this issue