Mark files as not needing PR in a PR request
08:50 10 Mar 2026

I have a PR I want my devs to review but part of the PR has involved the addition of 500 files that have been generated as part of an automated script (generated from an open API spec to create libraries covering 4 API's)

These files are creating noise for the devs in reviewing the actual code changes I have made, but I do want them added to the repo.

Is there a way via Git to allow changes to these directories to be committed and pushed, but not have them appear in the Pull Request/mark them as not needing review? We are using Github if there is a specific option for that tool?

git github