exclude Gemfile and its lockfile by default
This commit is contained in:
parent
0c59ac3d29
commit
4e40593a53
|
@ -18,7 +18,8 @@ module Jekyll
|
||||||
"safe" => false,
|
"safe" => false,
|
||||||
"include" => [".htaccess"],
|
"include" => [".htaccess"],
|
||||||
"exclude" => %w(
|
"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"],
|
"keep_files" => [".git", ".svn"],
|
||||||
"encoding" => "utf-8",
|
"encoding" => "utf-8",
|
||||||
|
|
Loading…
Reference in New Issue