浏览代码

Fix excludes to be jekyll v3.4.3 compliant

bryan 6 年之前
父节点
当前提交
f3e3ff8ee8
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      blog.bryanroessler.com/_config.yml

+ 7 - 2
blog.bryanroessler.com/_config.yml

@@ -174,11 +174,16 @@ link-tags: true
 
 # Exclude these files from production site
 exclude:
+  - Gemfile
+  - Gemfile.lock
+  - node_modules
+  - vendor/bundle/
+  - vendor/cache/
+  - vendor/gems/
+  - vendor/ruby/
   - CHANGELOG.md
   - CNAME
   - Dockerfile
-  - Gemfile
-  - Gemfile.lock
   - LICENSE
   - README.md
   - Vagrantfile