diff options
| author | Chris Rebert <[email protected]> | 2013-10-03 10:21:39 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-03 10:21:39 -0700 |
| commit | ab34f27c37030b4615be198dfa7018ce28c2d4c7 (patch) | |
| tree | c58565e450e630b9474ece2f6629694eca1ccb2a | |
| parent | 79c3f23ac4c3f2eb6ce0693231b5785cda65dc24 (diff) | |
| parent | 40c61a9bd7bbde64c164f66878b3fa844fa7a8a3 (diff) | |
| download | bootstrap-ab34f27c37030b4615be198dfa7018ce28c2d4c7.tar.xz bootstrap-ab34f27c37030b4615be198dfa7018ce28c2d4c7.zip | |
Merge pull request #10871 from ZDroid/patch-2
Remove .ruby-version from excludes
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 3767148ea..2024f4c40 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ permalink: pretty # Server destination: ./_gh_pages -exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"] +exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"] port: 9001 # Custom vars |
