diff options
| author | Mark Otto <[email protected]> | 2013-12-22 23:15:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-22 23:15:35 -0800 |
| commit | f32796559acbd4e1b276df5515b67926abf97a6e (patch) | |
| tree | 717e2e9a15554ba4aa6145644d4c10af0159bcc6 | |
| parent | 96b5ae8b6ad3a2208d6eea209e42a9d1a9e0eddc (diff) | |
| parent | ea5a4ec31e298de0304fdfd383726c7e1859b1d9 (diff) | |
| download | bootstrap-f32796559acbd4e1b276df5515b67926abf97a6e.tar.xz bootstrap-f32796559acbd4e1b276df5515b67926abf97a6e.zip | |
Merge pull request #11978 from XhmikosR/clean-up-_gh-pages
Jekyll: exclude more files/folders.
| -rw-r--r-- | _config.yml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 65d12f386..c614498a1 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 |
