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 | |
| parent | 11414794db4dfc4ec1dfe70d85cf6f74571f07d8 (diff) | |
Handle use case where bundles are installed in vendor subdiretory
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | _config.yml | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ /_site/ Gemfile.lock /.sass-cache/ +vendor +.bundle 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 |
