]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change-version.js: Add _gh_pages folder in ignores. (#29270)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 19 Aug 2019 06:37:40 +0000 (09:37 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 27 Aug 2019 13:32:25 +0000 (16:32 +0300)
build/change-version.js

index f1b4f747a784f4129c55039e139e3758f40e011c..48b2eb72926eeb728fafb7506a3eeaabcbff8fa4 100755 (executable)
@@ -83,6 +83,7 @@ function main(args) {
   const newVersion = args[1]
   const EXCLUDED_DIRS = new Set([
     '.git',
+    '_gh_pages',
     'node_modules',
     'vendor'
   ])