From 734f30d14c0d4d6edecd1ea4d6965d637c02ccb5 Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Mon, 5 Jun 2017 12:48:35 +0200 Subject: [PATCH] build(aio): ignore .ngsummary.ts files in examples --- aio/content/examples/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/content/examples/.gitignore b/aio/content/examples/.gitignore index cef6633ab1b60..94fc38c7505d2 100644 --- a/aio/content/examples/.gitignore +++ b/aio/content/examples/.gitignore @@ -45,6 +45,7 @@ dist/ # aot **/*.ngfactory.ts **/*.ngsummary.json +**/*.ngsummary.ts **/*.shim.ngstyle.ts **/*.metadata.json !aot/bs-config.json