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
We are using machine.config to avoid having differences in web.config between the environments.