sindresorhus/refined-github

The issue has been closed
Feature request: ignore specific files in PR lines count #1395
mikiest posted onGitHub
Description
Add options/settings to ignore specific files (using pattern if possible) in the lines count in PRs.
Motivations
Changes in yarn.lock
files, for example, can include thousands of lines, while actual code changes in the PR can be minimal.
It would be very useful to be able to remove that count from the PR summary, while still showing it somehow (maybe through a tooltip?).