Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-07-16 15:06:48 +0300
committerMark Otto <markd.otto@gmail.com>2017-07-31 02:27:33 +0300
commit96259a715a7cccaa06f236f016fe2b5059ef9c00 (patch)
tree321381216165b234651432a247999f7911c39a2d /_config.yml
parent5a457327e807d413eed97f6ce0ff60cf0c62297a (diff)
docs: exclude package-lock.json from dist.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 3bc514e295..9ddbe2dffb 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