bin/warmup.exe.config in warmup-0.0.0.1 vs bin/warmup.exe.config in warmup-0.0.0.19.20100802

- old
+ new

@@ -1,12 +1,31 @@ -<?xml version="1.0" encoding="utf-8" ?> -<configuration> - <configSections> - <section name="warmup" type="warmup.settings.WarmupConfiguration, warmup"/> - </configSections> - - <warmup - sourceControlWarmupLocation="git://github.com/ferventcoder/warmup-templates.git" - sourceControlType="git" - /> - +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <configSections> + <section name="warmup" type="warmup.settings.WarmupConfiguration, warmup"/> + </configSections> + + <!-- + replacementToken="__NAME__" + sourceControlType="svn|git|file" + --> + <warmup sourceControlType="file" + sourceControlWarmupLocation="C:\CODE\Scratch\WarmUpTemplates\"> + <ignoredExtensions> + <clear/> + <add ext="exe"/> + <add ext="dll"/> + <add ext="pdb"/> + <add ext="jpg"/> + <add ext="png"/> + <add ext="gif"/> + <add ext="mst"/> + <add ext="msi"/> + <add ext="msm"/> + <add ext="gitignore"/> + <add ext="idx"/> + <add ext="pack"/> + <add ext="suo"/> + </ignoredExtensions> + </warmup> + </configuration> \ No newline at end of file