Skip to content

Commit

Permalink
👷 (gulp): Ignore docs/ file when building
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Nov 20, 2023
1 parent d301129 commit 07e7e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function createArchive(cb) {
return src([
"./**",
"!extra/**",
"!docs/**",
"!test/**",
"!coverage/**",
"!node_modules/**",
Expand Down

0 comments on commit 07e7e17

Please sign in to comment.