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