From afaeb581b42aa75abeb85f720453d22d46216939 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 18 Aug 2019 13:33:26 +0300 Subject: [PATCH] change-version.js: Add _gh_pages folder in ignores. --- build/change-version.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/change-version.js b/build/change-version.js index 971f447fb6c9..8b349a68ad5d 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' ])