diff options
-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 |