mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
change-version.js: Add _gh_pages folder in ignores. (#29270)
This commit is contained in:
@@ -83,6 +83,7 @@ function main(args) {
|
||||
const newVersion = args[1]
|
||||
const EXCLUDED_DIRS = new Set([
|
||||
'.git',
|
||||
'_gh_pages',
|
||||
'node_modules',
|
||||
'vendor'
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user