diff options
| author | XhmikosR <[email protected]> | 2017-09-26 11:57:24 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-26 11:57:24 +0300 |
| commit | 537651c0c6f2b0758e23874b7ee922504737d3a6 (patch) | |
| tree | 00f2794ba10f7d5cb47d93b15117bbf05f174746 | |
| parent | 508dde0e332f1ea30a9d205df0eb9b75074d5039 (diff) | |
| download | bootstrap-537651c0c6f2b0758e23874b7ee922504737d3a6.tar.xz bootstrap-537651c0c6f2b0758e23874b7ee922504737d3a6.zip | |
Update Jekyll ignores. (#24101)
* ignore `twbsconfig.yml`
* add a trailing slash for folders
| -rw-r--r-- | _config.yml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml index bd0b6bca4..fdb6f350e 100644 --- a/_config.yml +++ b/_config.yml @@ -16,15 +16,15 @@ baseurl: "" url: "https://getbootstrap.com" encoding: UTF-8 exclude: - - .git - - .github + - .git/ + - .github/ - assets/scss/ - - build - - js - - node_modules - - nuget - - scss - - vendor + - build/ + - js/ + - node_modules/ + - nuget/ + - scss/ + - vendor/ - bower.json - composer.json - Gemfile @@ -34,6 +34,7 @@ exclude: - package.json - package-lock.json - sache.json + - twbsconfig.yml plugins: - jekyll-redirect-from |
