From 07e7e17a58315e09677b30462faaebdab07cf07d Mon Sep 17 00:00:00 2001 From: vict0rsch Date: Mon, 20 Nov 2023 17:26:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20(gulp):=20Ignore=20`docs/`=20fil?= =?UTF-8?q?e=20when=20building?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 03a7a196..d6148006 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -136,6 +136,7 @@ function createArchive(cb) { return src([ "./**", "!extra/**", + "!docs/**", "!test/**", "!coverage/**", "!node_modules/**",