From 28724f7930d9f7564da4db0c05f2131c675bd7e6 Mon Sep 17 00:00:00 2001 From: Stargator Date: Fri, 30 Dec 2016 18:22:27 -0500 Subject: [PATCH] Update config and ignore files to prevent [build issue](https://github.com/jekyll/jekyll/issues/5267) --- .gitignore | 3 ++- _config.yml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e091d2c..10864879 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ _site/* .DS_Store notes/* .sass-cache/* -.bundle +.bundle/ +vendor/ \ No newline at end of file diff --git a/_config.yml b/_config.yml index 7c11b75d..2b61c2d1 100644 --- a/_config.yml +++ b/_config.yml @@ -8,4 +8,7 @@ collections: markdown: kramdown sass: - sass_dir: assets/_sass \ No newline at end of file + sass_dir: assets/_sass + +exclude: + - vendor/bundle \ No newline at end of file