diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2014-11-30 09:50:17 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2014-11-30 09:50:17 -0800 |
| commit | b760294a486b29366324a2033d19c47f29d23aa1 (patch) | |
| tree | 296890bc98b6d70e819d8340511a056b42de6608 | |
| parent | install gems into vendor/ (diff) | |
| download | lumberjaph-b760294a486b29366324a2033d19c47f29d23aa1.tar.gz | |
exclude a bunch of files
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index a148e05..c2bb5c0 100644 --- a/_config.yml +++ b/_config.yml @@ -5,4 +5,4 @@ name: lumberjaph.net future: false redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript"] -exclude: ['vendor'] +exclude: ['vendor', 'README.md', 'Gemfile', 'Gemfile.lock', 'Makefile'] |
