summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-02-11 18:57:54 +0200
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-02-11 19:06:40 +0200
commit9df3e5227b82a2632c54575a213d077f445b1e67 (patch)
tree03ee0a758aa39e1e4eb5f4819d6da982cee39809
parent9db9d02be80bebcc34050982ea17e1a0514291e5 (diff)
Exclude more files when generating the site.
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 8e273b5b..570cf0c1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1 @@
-exclude: [src]
+exclude: ["src", "node_modules", "bower.json", "composer.json", "package.json", "README.md", "LICENSE", "Gruntfile.js", "Gemfile"]