diff --git a/_config.yml b/_config.yml
index bd0b6bca4e73b73ad178021625cfdf0c7e4c9f39..fdb6f350e10a7d0b00236d0a65087c54f383d114 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,15 +16,15 @@ baseurl:        ""
 url:            "https://getbootstrap.com"
 encoding:       UTF-8
 exclude:
-  - .git
-  - .github
+  - .git/
+  - .github/
   - assets/scss/
-  - build
-  - js
-  - node_modules
-  - nuget
-  - scss
-  - vendor
+  - build/
+  - js/
+  - node_modules/
+  - nuget/
+  - scss/
+  - vendor/
   - bower.json
   - composer.json
   - Gemfile
@@ -34,6 +34,7 @@ exclude:
   - package.json
   - package-lock.json
   - sache.json
+  - twbsconfig.yml
 
 plugins:
   - jekyll-redirect-from