I am trying to find a way to manage Umbraco files in source control on a small team. When trying to add templates and document types to Umbraco, they are added to both the local SDF file and the MVC project. However, if we do not deploy the SDF file with those changes, the new template will appear in the MVC project but not the Back Office. Ideally we would like templates (and things related to this) managed in source control, and have content not be deployed as that should be added per environment. We do not want to manage an SDF file, and would like to have this as clean as possible for multiple people to be working on at the same time.
Has anybody found a clean solution for this type of problem?