Exclude package-lock.json from jekyll build

This commit is contained in:
Patrick Marsceill 2018-12-16 14:29:35 -05:00
parent 555dfae410
commit ed33ab18ac
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ baseurl: "/just-the-docs/" # the subpath of your site, e.g. /blog
# url: "" # the base hostname & protocol for your site, e.g. http://example.com
permalink: pretty
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"]
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"]
# Enable or disable the site search
search_enabled: true