build(aio): ignore generated aot files

Assets such as images and data which are generated
by the aot build were not being ignored.
This commit is contained in:
Peter Bacon Darwin 2017-07-21 08:28:11 +01:00 committed by Alex Rickabaugh
parent b18eb04b46
commit c383048259

View File

@ -43,13 +43,9 @@ dist/
**/app/**/*.ajs.js **/app/**/*.ajs.js
# aot # aot
**/*.ngfactory.ts */aot/**/*
**/*.ngsummary.json !*/aot/bs-config.json
**/*.ngsummary.ts !*/aot/index.html
**/*.shim.ngstyle.ts
**/*.metadata.json
!aot/bs-config.json
!aot/index.html
!rollup-config.js !rollup-config.js
# i18n # i18n