1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 02:24:19 +02:00

change-version.js: Add _gh_pages folder in ignores. (#29270)

This commit is contained in:
XhmikosR
2019-08-19 09:37:40 +03:00
committed by GitHub
parent 94521206e5
commit 66e9ab3e4d

View File

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