From c38304825942002a40e48414624e89a38e761ad5 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 21 Jul 2017 08:28:11 +0100 Subject: [PATCH] build(aio): ignore generated aot files Assets such as images and data which are generated by the aot build were not being ignored. --- aio/content/examples/.gitignore | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/aio/content/examples/.gitignore b/aio/content/examples/.gitignore index fa9ade93ab..3a57bb712c 100644 --- a/aio/content/examples/.gitignore +++ b/aio/content/examples/.gitignore @@ -43,13 +43,9 @@ dist/ **/app/**/*.ajs.js # aot -**/*.ngfactory.ts -**/*.ngsummary.json -**/*.ngsummary.ts -**/*.shim.ngstyle.ts -**/*.metadata.json -!aot/bs-config.json -!aot/index.html +*/aot/**/* +!*/aot/bs-config.json +!*/aot/index.html !rollup-config.js # i18n