Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
3a3b0a4e
Commit
3a3b0a4e
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
change-version.js: Add _gh_pages folder in ignores. (#29270)
parent
c4e5aa0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/change-version.js
+1
-0
build/change-version.js
with
1 addition
and
0 deletions
+1
-0
build/change-version.js
+
1
-
0
View file @
3a3b0a4e
...
...
@@ -83,6 +83,7 @@ function main(args) {
const
newVersion
=
args
[
1
]
const
EXCLUDED_DIRS
=
new
Set
([
'
.git
'
,
'
_gh_pages
'
,
'
node_modules
'
,
'
vendor
'
])
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment