Преглед изворни кода

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