mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
change-version.js: Add _gh_pages folder in ignores. (#29270)
This commit is contained in:
parent
94521206e5
commit
66e9ab3e4d
@ -90,6 +90,7 @@ function main(args) {
|
|||||||
const newVersion = args[1]
|
const newVersion = args[1]
|
||||||
const EXCLUDED_DIRS = new Set([
|
const EXCLUDED_DIRS = new Set([
|
||||||
'.git',
|
'.git',
|
||||||
|
'_gh_pages',
|
||||||
'node_modules',
|
'node_modules',
|
||||||
'vendor'
|
'vendor'
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user