From a1065a1ef80d46dc4229aabdb9c7ebcabc0fb771 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Jul 2013 00:07:04 -0700 Subject: [PATCH] undo change to config exclude --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9bc6ecd98b..0ab7ee81ed 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", "less", "js"] +exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md"] port: 9001