backlog
backlog copied to clipboard
As a user, I'd like the ability to exclude files and directories from statistics (specifically PR Size and LOC Changed)
Certain files are auto generated and shouldn't be considered when tracking metrics around PR size or LOC changed. These (often large) files can skew statistics about which repos / developers are creating the most change.
@peterwilson 👍 This is on the radar.
Besides auto-generated files, some languages can vendor their dependencies into a specific folder. For instance, in Golang, you can have a vendor folder where you keep all your dependencies in order to have reproducible builds.
as a go developer, would love to have the ability to exclude the /vendor folder from LOC counts