Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-19 09:37:40 +0300
committerGitHub <noreply@github.com>2019-08-19 09:37:40 +0300
commit66e9ab3e4dd0a5fe501e8499e45bbd7488b80fd0 (patch)
treeb4049080267bb5628670141ffad9eb9be743f049
parent94521206e5d4452d268b606b91ad420c7c7abfd9 (diff)
change-version.js: Add _gh_pages folder in ignores. (#29270)
-rwxr-xr-xbuild/change-version.js1
1 files changed, 1 insertions, 0 deletions
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'
])