From 537651c0c6f2b0758e23874b7ee922504737d3a6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Sep 2017 11:57:24 +0300 Subject: [PATCH] Update Jekyll ignores. (#24101) * ignore `twbsconfig.yml` * add a trailing slash for folders --- _config.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index bd0b6bca4e..fdb6f350e1 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