From: XhmikosR Date: Mon, 19 Aug 2019 06:37:40 +0000 (+0300) Subject: change-version.js: Add _gh_pages folder in ignores. (#29270) X-Git-Tag: v4.4.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a3b0a4eae5584179fa8ba4001211f06f729740c;p=thirdparty%2Fbootstrap.git change-version.js: Add _gh_pages folder in ignores. (#29270) --- diff --git a/build/change-version.js b/build/change-version.js index f1b4f747a7..48b2eb7292 100755 --- a/build/change-version.js +++ b/build/change-version.js @@ -83,6 +83,7 @@ function main(args) { const newVersion = args[1] const EXCLUDED_DIRS = new Set([ '.git', + '_gh_pages', 'node_modules', 'vendor' ])