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 <otto@github.com>2013-07-27 03:01:24 +0400
committerMark Otto <otto@github.com>2013-07-27 03:01:24 +0400
commit6585c723f8c88cc1d4f3b99d8b3f73ed770c83c3 (patch)
tree0bb4588f7807a5ca888b1a024a992d82bce98102 /_config.yml
parent01c6617f79b72c72ef9dfe5085638e69ec80f090 (diff)
Ignore less dir in Jekyll
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 0ab7ee81ed..2b0af20540 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,5 +7,5 @@ permalink: pretty
# Server
destination: ./_gh_pages
-exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md"]
+exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md", "less"]
port: 9001