Update Jekyll ignores. (#24101)
* ignore `twbsconfig.yml` * add a trailing slash for folders
This commit is contained in:
parent
508dde0e33
commit
537651c0c6
1 changed files with 9 additions and 8 deletions
17
_config.yml
17
_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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue