We have several .NET projects where we store certain settings in configuration files.
Now each developer will have their own configuration files that differ a little
Ignore the files and have a Commom_Web.Config and Common_App.Config. Using a continuous integration build server with build tasks which rename these two to normal names so that the build server can do its job.