diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-01-09 17:02:14 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-04-07 16:23:02 +0100 |
commit | 9a29b308970de7e578ba97b5db371bb2ac11781a (patch) | |
tree | d6f0869d995941854051192e4137763cfa085f19 | |
parent | d3ea3f6a9cd0f3f4faf70f101f5590c7e7a49cf7 (diff) |
Exclude files that should not be added to _site
-rw-r--r-- | _config.yml | 7 |
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 |