From: Mark Otto Date: Fri, 26 Jul 2013 23:01:24 +0000 (-0700) Subject: Ignore less dir in Jekyll X-Git-Tag: v3.0.0-rc1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6585c723f8c88cc1d4f3b99d8b3f73ed770c83c3;p=thirdparty%2Fbootstrap.git Ignore less dir in Jekyll --- 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