Unverified Commit 66e9ab3e authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

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

parent 94521206
Showing with 1 addition and 0 deletions
+1 -0
......@@ -90,6 +90,7 @@ function main(args) {
const newVersion = args[1]
const EXCLUDED_DIRS = new Set([
'.git',
'_gh_pages',
'node_modules',
'vendor'
])
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment