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
# 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