build(aio): align stackblitz files with Angular CLI V6 (#23521)

Also cleans up legacy references to `.angular-cli.json`

PR Close #23521
This commit is contained in:
Brandon Roberts
2018-04-30 07:23:24 -05:00
committed by Igor Minar
parent f6002c1702
commit 22eb8e26fc
12 changed files with 37 additions and 88 deletions

View File

@ -3,7 +3,7 @@
"!**/*.d.ts",
"!**/*.js",
"!**/*.[0-9].*",
".angular-cli.json",
"angular.json",
"protractor.conf.js"
]
}