This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7271ad15ba
angular-docs-cn
/
aio
/
tools
/
examples
/
shared
/
boilerplate
/
.gitignore
4 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-27 06:37:43 -04:00
**/node_modules/
**/package-lock.json
docs: update docs example dependencies to version 8 (#30385) PR Close #30385
2019-05-09 16:56:24 -04:00
**/yarn.lock