From 7e139fef8f9a78d9cae73413b093839d07b4a69e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 5 May 2016 13:47:01 -0400 Subject: [PATCH] Ignore .less files not files containing "less" --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 30e4f804294..e7f00541415 100644 --- a/_config.yml +++ b/_config.yml @@ -29,7 +29,7 @@ kramdown: mathjax: true include: [".htaccess"] -exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor"] +exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", ".less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor"] # Octopress