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-09-26 11:57:24 +0300
committerGitHub <noreply@github.com>2017-09-26 11:57:24 +0300
commit537651c0c6f2b0758e23874b7ee922504737d3a6 (patch)
tree00f2794ba10f7d5cb47d93b15117bbf05f174746 /_config.yml
parent508dde0e332f1ea30a9d205df0eb9b75074d5039 (diff)
Update Jekyll ignores. (#24101)
* ignore `twbsconfig.yml` * add a trailing slash for folders
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml17
1 files changed, 9 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml
index bd0b6bca4e..fdb6f350e1 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