diff options
| author | Mark Otto <[email protected]> | 2017-05-29 14:19:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | 0bfa2eea2ab71d0d8aae35398319249462901a0d (patch) | |
| tree | a25812e1037fa3c310c0227e02610e955b60f666 | |
| parent | 38204b9cb1ab93baae2b916f46c8d1c99cdfe912 (diff) | |
| download | bootstrap-0bfa2eea2ab71d0d8aae35398319249462901a0d.tar.xz bootstrap-0bfa2eea2ab71d0d8aae35398319249462901a0d.zip | |
update exclude list
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 50aba11cc..ebf6e74e7 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] +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] gems: - jekyll-redirect-from |
