diff options
author | uvok cheetah | 2019-05-21 20:10:55 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-21 20:10:55 +0200 |
commit | c3079b444c233ca546232777b2c9c0368cb36b5b (patch) | |
tree | d7b1580b01676c69706425b4a7951ddde9b309da /_config.yml | |
parent | 11414794db4dfc4ec1dfe70d85cf6f74571f07d8 (diff) |
Handle use case where bundles are installed in vendor subdiretory
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index c4cd0bc..5a1e05e 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ exclude: - Makefile - Gemfile - Gemfile.lock + - vendor/ timezone: Europe/Berlin # Build settings |