From 66e9ab3e4dd0a5fe501e8499e45bbd7488b80fd0 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 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' ])