Skip to content

Commit

Permalink
change-version.js: Add _gh_pages folder in ignores. (#29270)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 19, 2019
1 parent 9452120 commit 66e9ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/change-version.js
Expand Up @@ -90,6 +90,7 @@ function main(args) {
const newVersion = args[1]
const EXCLUDED_DIRS = new Set([
'.git',
'_gh_pages',
'node_modules',
'vendor'
])
Expand Down

0 comments on commit 66e9ab3

Please sign in to comment.