We have a .xml config file in a public Github repository, and we want to include a basic, default version of that .xml file available for new users.
However, the package maintainers want to be able to edit their personal .xml file without having to commit around it.
What's the cleanest way of keeping a default config file in a public Git repository while allowing maintainers to use a custom version?