Skip to content

Commit

Permalink
change-version.js: Add _gh_pages folder in ignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 18, 2019
1 parent dd383ff commit afaeb58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/change-version.js
Original file line number Diff line number Diff line change
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 afaeb58

Please sign in to comment.