소스 검색

Fix landing page excludes

bryan 6 년 전
부모
커밋
06e6c62901
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 9 2
      landing.bryanroessler.com/_config.yml

+ 9 - 2
landing.bryanroessler.com/_config.yml

@@ -169,16 +169,23 @@ 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
 
 
+
+
 plugins:
   - jekyll-paginate
   - jekyll-sitemap