I want to be able to track changes to local config items like web.config transforms in the local repository branch but exclude them from the master branches during pull requests.
I'm hoping I can just flag the files somehow to be ignored by pull requests but not commits.
I know that I can pick and choose commits for a pull request but that would be extremely error prone in a busy environment.