From c3079b444c233ca546232777b2c9c0368cb36b5b Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Tue, 21 May 2019 20:10:55 +0200 Subject: Handle use case where bundles are installed in vendor subdiretory --- .gitignore | 2 ++ _config.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 032fe6c..2a59a4a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3