aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2015-01-09 17:02:14 +0000
committerGareth Rees <gareth@mysociety.org>2015-04-07 16:23:02 +0100
commit9a29b308970de7e578ba97b5db371bb2ac11781a (patch)
treed6f0869d995941854051192e4137763cfa085f19
parentd3ea3f6a9cd0f3f4faf70f101f5590c7e7a49cf7 (diff)
Exclude files that should not be added to _site
-rw-r--r--_config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index aebd3024e..b33e20b37 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,7 +5,14 @@ permalink: pretty
markdown: kramdown
url: http://code.alaveteli.org
exclude:
+ - Gemfile
+ - Gemfile.lock
+ - Gruntfile.js
+ - README.md
+ - alaveteli-doc-master.txt
- node_modules
+ - package.json
- script
+ - vendor
gems:
- jekyll-redirect-from