angular-cn/aio/tools/examples/shared/boilerplate
George Kalpakas f6052a915d build(docs-infra): simplify update workflow for CLI-based docs examples boilerplate (#38992)
When updating the boilerplate for CLI-based docs examples, one needed to
install dependencies inside the
`aio/tools/examples/shared/boilerplate/cli/` directory, which resulted
in a `node_modules/` directory and a `yarn.lock` file. These were not
supposed to be part of the boilerplate, so they had to be manually
removed after the boilerplate was updated.

This commit simplifies the workflow by allowing boilerplate files to be
ignored (both by git and the `example-boilerplate.js` script) via a
`.gitignore` file. This way, it is no longer necessary to manually
remove the unneeded directories/files.

PR Close #38992
2020-09-30 09:20:00 -04:00
..
cli build(docs-infra): enable AOT in development mode for all docs examples (#39001) 2020-09-28 16:26:32 -04:00
cli-ajs build(docs-infra): update docs examples to Angular v10 (#38993) 2020-09-28 16:24:59 -04:00
common/src docs: increase color contrast on elements in tutorial 2019-05-31 15:23:32 -07:00
elements build(docs-infra): update docs examples to Angular v10 (#38993) 2020-09-28 16:24:59 -04:00
getting-started/src docs: add new getting started guide (#27684) 2019-03-29 10:47:37 -07:00
i18n build(docs-infra): enable AOT in development mode for all docs examples (#39001) 2020-09-28 16:26:32 -04:00
schematics build(docs-infra): enable AOT in development mode for all docs examples (#39001) 2020-09-28 16:26:32 -04:00
service-worker build(docs-infra): enable AOT in development mode for all docs examples (#39001) 2020-09-28 16:26:32 -04:00
systemjs build(docs-infra): update docs examples to Angular v10 (#38993) 2020-09-28 16:24:59 -04:00
testing build(docs-infra): enable AOT in development mode for all docs examples (#39001) 2020-09-28 16:26:32 -04:00
universal build(docs-infra): enable AOT in development mode for all docs examples (#39001) 2020-09-28 16:26:32 -04:00
viewengine build(docs-infra): update docs examples to Angular v10 (#38993) 2020-09-28 16:24:59 -04:00
.gitignore build(docs-infra): simplify update workflow for CLI-based docs examples boilerplate (#38992) 2020-09-30 09:20:00 -04:00