Преглед на файлове

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 these files from production site
 exclude:
 exclude:
+  - Gemfile
+  - Gemfile.lock
+  - node_modules
+  - vendor/bundle/
+  - vendor/cache/
+  - vendor/gems/
+  - vendor/ruby/
   - CHANGELOG.md
   - CHANGELOG.md
   - CNAME
   - CNAME
   - Dockerfile
   - Dockerfile
-  - Gemfile
-  - Gemfile.lock
   - LICENSE
   - LICENSE
   - README.md
   - README.md
   - Vagrantfile
   - Vagrantfile