Commit ab34f27c authored by Chris Rebert's avatar Chris Rebert

Merge pull request #10871 from ZDroid/patch-2

Remove .ruby-version from excludes
parents 79c3f23a 40c61a9b
...@@ -7,7 +7,7 @@ permalink: pretty ...@@ -7,7 +7,7 @@ permalink: pretty
# Server # Server
destination: ./_gh_pages 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 port: 9001
# Custom vars # Custom vars
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment