build(docs-infra): remove unnecessary zipper.json file (#37947)

The `zipper.json` file is only needed if the example does not
have a `stackblitz.json` file, which this (i18n) example does.

Moreover, it appears that having both can cause the generated
zip file to be corrupted and not unzippable.

Fixes #37849

PR Close #37947
This commit is contained in:
Pete Bacon Darwin 2020-07-06 22:11:12 +01:00 committed by Andrew Scott
parent 72d6032fa4
commit 04c220bbdf
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
{
"files": [
"!dist/",
"!**/*.d.ts",
"!src/**/*.js",
"!doc-files/**/*",
"**/*.xlf"
]
}