소스 검색

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