exclude Gemfile and its lockfile by default

This commit is contained in:
Ashwin Maroli 2017-02-05 01:26:41 +05:30
parent 0c59ac3d29
commit 4e40593a53
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ module Jekyll
"safe" => false,
"include" => [".htaccess"],
"exclude" => %w(
node_modules vendor/bundle/ vendor/cache/ vendor/gems/ vendor/ruby/
Gemfile Gemfile.lock node_modules vendor/bundle/ vendor/cache/ vendor/gems/
vendor/ruby/
),
"keep_files" => [".git", ".svn"],
"encoding" => "utf-8",