Skip to content

Commit f327965

Browse files
committed
Merge pull request twbs#11978 from XhmikosR/clean-up-_gh-pages
Jekyll: exclude more files/folders.
2 parents 96b5ae8 + ea5a4ec commit f327965

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

_config.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,23 @@ permalink: pretty
77

88
# Server
99
destination: ./_gh_pages
10-
exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
1110
port: 9001
11+
exclude:
12+
- ".editorconfig"
13+
- ".gitignore"
14+
- "bower.json"
15+
- "CNAME"
16+
- "composer.json"
17+
- "CONTRIBUTING.md"
18+
- "DOCS-LICENSE"
19+
- "Gruntfile.js"
20+
- "less"
21+
- "LICENSE"
22+
- "node_modules"
23+
- "package.json"
24+
- "README.md"
25+
- "sauce_browsers.yml"
26+
- "test-infra"
1227

1328
# Custom vars
1429
current_version: 3.1.0

0 commit comments

Comments
 (0)