From 6585c723f8c88cc1d4f3b99d8b3f73ed770c83c3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 16:01:24 -0700 Subject: [PATCH] Ignore less dir in Jekyll --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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