Kaynağa Gözat

Fix landing page excludes

bryan 6 yıl önce
ebeveyn
işleme
06e6c62901
1 değiştirilmiş dosya ile 9 ekleme ve 2 silme
  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