File types to check out when Build starts
When Build starts, it checks out the project’s .mdd file, if there is one, as this file will need to be updated with any changes that the user makes. It also checks out any image and template files in the project folder.
Checking out other files
If you want Build to check out any other files, add their extension names to the list defined for the CheckoutExtensionList key. Separate extensions in the list by using ; (semicolon).
Default value
The following statement shows the default setting for this key:
<appSettings>
<add key="CheckoutExtensionList" value="*.htm;*.html;*.xml;*.gif;*.png;*.jpg;*.jpeg;*.mov;" />
</appSettings>
See also