bin/warmup.exe.config in warmup-0.0.0.25.20110321 vs bin/warmup.exe.config in warmup-0.0.0.3593c6a0

- old
+ new

@@ -1,35 +1,12 @@ -<?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\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"/> - <add ext="ico"/> - <add ext="nupkg"/> - <add ext="zip"/> - <add ext="7z"/> - </ignoredExtensions> - </warmup> - +<?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" + /> + </configuration> \ No newline at end of file