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:
authorMark Otto <markdotto@gmail.com>2013-12-23 11:15:35 +0400
committerMark Otto <markdotto@gmail.com>2013-12-23 11:15:35 +0400
commitf32796559acbd4e1b276df5515b67926abf97a6e (patch)
tree717e2e9a15554ba4aa6145644d4c10af0159bcc6
parent96b5ae8b6ad3a2208d6eea209e42a9d1a9e0eddc (diff)
parentea5a4ec31e298de0304fdfd383726c7e1859b1d9 (diff)
Merge pull request #11978 from XhmikosR/clean-up-_gh-pages
Jekyll: exclude more files/folders.
-rw-r--r--_config.yml17
1 files changed, 16 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 65d12f386a..c614498a1e 100644
--- a/_config.yml
+++ b/_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