lib/guard/jekyll/templates/Guardfile in guard-jekyll-1.1.0 vs lib/guard/jekyll/templates/Guardfile in guard-jekyll-1.2.0

- old
+ new

@@ -1,3 +1,4 @@ guard 'jekyll' do watch /.*/ + ignore /_site/ end