aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-07-16 15:06:48 +0300
committerMark Otto <[email protected]>2017-07-30 16:27:33 -0700
commit96259a715a7cccaa06f236f016fe2b5059ef9c00 (patch)
tree321381216165b234651432a247999f7911c39a2d
parent5a457327e807d413eed97f6ce0ff60cf0c62297a (diff)
downloadbootstrap-96259a715a7cccaa06f236f016fe2b5059ef9c00.tar.xz
bootstrap-96259a715a7cccaa06f236f016fe2b5059ef9c00.zip
docs: exclude package-lock.json from dist.
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 3bc514e29..9ddbe2dff 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,7 +15,7 @@ port: 9001
baseurl: ""
url: https://getbootstrap.com
encoding: UTF-8
-exclude: [.git, .github, assets/scss/, build, js, node_modules, nuget, scss, vendor, bower.json, composer.json, Gemfile, Gemfile.lock, Gruntfile.js, package.js, package.json, sache.json]
+exclude: [.git, .github, assets/scss/, build, js, node_modules, nuget, scss, vendor, bower.json, composer.json, Gemfile, Gemfile.lock, Gruntfile.js, package.js, package.json, package-lock.json, sache.json]
gems:
- jekyll-redirect-from