Commit 3a3b0a4e authored by XhmikosR's avatar XhmikosR
Browse files

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

parent c4e5aa0d
Showing with 1 addition and 0 deletions
+1 -0
......@@ -83,6 +83,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