]> 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)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2019 06:37:40 +0000 (09:37 +0300)
build/change-version.js

index 971f447fb6c9bd1d844732862bbcfa6ee1d73006..8b349a68ad5d8a593121d4e364e861fde9cc97cc 100755 (executable)
@@ -90,6 +90,7 @@ function main(args) {
   const newVersion = args[1]
   const EXCLUDED_DIRS = new Set([
     '.git',
+    '_gh_pages',
     'node_modules',
     'vendor'
   ])