noqcks/pull-request-size

`yarn.lock` erroneously included in size

Closed this issue · 4 comments

yarn.lock not being removed from total size calculation, and it should be!

this must be created with a way to ignore files that we want!

yeah, something like a /.github/pull-request-size/ignores with a .gitignore syntax would make sense

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

yarn.lock is actually not considered a generated file by the linguist project

see discussion

closing this issue