From 4066e98fadc08b8754de1cb36bcddfd84adc9104 Mon Sep 17 00:00:00 2001 From: zozi Date: Tue, 25 Oct 2011 22:54:47 -0700 Subject: [PATCH] Removing the slash made it actually ignore the directory for me. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c8fce4d..9483d1f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ url: "http://userobsessed.net" pygments: true -exclude: [/bin, Gemfile, Gemfile.lock] +exclude: [bin, Gemfile, Gemfile.lock] markdown: kramdown permalink: pretty paginate: 10