From: XhmikosR Date: Tue, 26 Sep 2017 08:57:24 +0000 (+0300) Subject: Update Jekyll ignores. (#24101) X-Git-Tag: v4.0.0-beta.2~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=537651c0c6f2b0758e23874b7ee922504737d3a6;p=thirdparty%2Fbootstrap.git Update Jekyll ignores. (#24101) * ignore `twbsconfig.yml` * add a trailing slash for folders --- 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