Skip to content

Commit

Permalink
fix: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Apr 6, 2022
1 parent 591cc42 commit f3ddaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/build-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function main () {
.pipe(gulp.dest('docs/assets/readme'));
gulp.src('vuepress/assets/v1/**')
.pipe(gulp.dest('docs/assets/v1'));
gulp.src(['vuepress/v1.html', '.gitigonre'])
gulp.src(['vuepress/v1.html', '.gitignore'])
.pipe(gulp.dest('docs'));
addMta();
}
Expand Down

0 comments on commit f3ddaa6

Please sign in to comment.