Skip to content

Commit 28719ef

Browse files
committed
exclude gallery from the zip
1 parent 8aab6df commit 28719ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ export const makeZip = gulp.series(release, async function createZipFile() {
663663
"!**/*.gitignore",
664664
"!Specs/e2e/*-snapshots/**",
665665
"!Apps/Sandcastle/gallery/development/**",
666+
"!Apps/Sandcastle2/**",
666667
],
667668
{
668669
encoding: false,

0 commit comments

Comments
 (0)