change-version.js: Add _gh_pages folder in ignores. (#29270)
This commit is contained in:
parent
c4e5aa0d32
commit
3a3b0a4eae
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ function main(args) {
|
|||
const newVersion = args[1]
|
||||
const EXCLUDED_DIRS = new Set([
|
||||
'.git',
|
||||
'_gh_pages',
|
||||
'node_modules',
|
||||
'vendor'
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue