mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge pull request #11978 from XhmikosR/clean-up-_gh-pages
Jekyll: exclude more files/folders.
This commit is contained in:
commit
f32796559a
17
_config.yml
17
_config.yml
@ -7,8 +7,23 @@ permalink: pretty
|
||||
|
||||
# Server
|
||||
destination: ./_gh_pages
|
||||
exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
|
||||
port: 9001
|
||||
exclude:
|
||||
- ".editorconfig"
|
||||
- ".gitignore"
|
||||
- "bower.json"
|
||||
- "CNAME"
|
||||
- "composer.json"
|
||||
- "CONTRIBUTING.md"
|
||||
- "DOCS-LICENSE"
|
||||
- "Gruntfile.js"
|
||||
- "less"
|
||||
- "LICENSE"
|
||||
- "node_modules"
|
||||
- "package.json"
|
||||
- "README.md"
|
||||
- "sauce_browsers.yml"
|
||||
- "test-infra"
|
||||
|
||||
# Custom vars
|
||||
current_version: 3.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user