I have a file that is being committed to a repository by a tool we use for managing source control for database objects. We need to ignore this file when creating Pull Requests to merge feature branches into the main branch as this file is only used by the tool we use and only within the context of the feature branch, it is creating merge conflicts when the feature branches are merged into the main branch.
I can see there is an option to exclude files from a pull request in the new pull request experience, but I'm guessing that this is for the Cloud based version only. Is there any way of doing it in the self hosted version? Or how quickly will that functionality be available in the self hosted version?