0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Update Jekyll ignores. (#24101)

* ignore `twbsconfig.yml`
* add a trailing slash for folders
This commit is contained in:
XhmikosR 2017-09-26 11:57:24 +03:00 committed by GitHub
parent 508dde0e33
commit 537651c0c6

View File

@ -16,15 +16,15 @@ baseurl: ""
url: "https://getbootstrap.com" url: "https://getbootstrap.com"
encoding: UTF-8 encoding: UTF-8
exclude: exclude:
- .git - .git/
- .github - .github/
- assets/scss/ - assets/scss/
- build - build/
- js - js/
- node_modules - node_modules/
- nuget - nuget/
- scss - scss/
- vendor - vendor/
- bower.json - bower.json
- composer.json - composer.json
- Gemfile - Gemfile
@ -34,6 +34,7 @@ exclude:
- package.json - package.json
- package-lock.json - package-lock.json
- sache.json - sache.json
- twbsconfig.yml
plugins: plugins:
- jekyll-redirect-from - jekyll-redirect-from