diff options
| author | XhmikosR <[email protected]> | 2017-07-16 15:06:48 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-30 16:27:33 -0700 |
| commit | 96259a715a7cccaa06f236f016fe2b5059ef9c00 (patch) | |
| tree | 321381216165b234651432a247999f7911c39a2d | |
| parent | 5a457327e807d413eed97f6ce0ff60cf0c62297a (diff) | |
| download | bootstrap-96259a715a7cccaa06f236f016fe2b5059ef9c00.tar.xz bootstrap-96259a715a7cccaa06f236f016fe2b5059ef9c00.zip | |
docs: exclude package-lock.json from dist.
| -rw-r--r-- | _config.yml | 2 |
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 |
