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: v5.0.0-alpha1~834 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e9ab3e4dd0a5fe501e8499e45bbd7488b80fd0;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 971f447fb6..8b349a68ad 100755 --- a/build/change-version.js +++ b/build/change-version.js @@ -90,6 +90,7 @@ function main(args) { const newVersion = args[1] const EXCLUDED_DIRS = new Set([ '.git', + '_gh_pages', 'node_modules', 'vendor' ])