From 3a3b0a4eae5584179fa8ba4001211f06f729740c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 19 Aug 2019 09:37:40 +0300 Subject: [PATCH] change-version.js: Add _gh_pages folder in ignores. (#29270) --- build/change-version.js | 1 + 1 file changed, 1 insertion(+) 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' ])