mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 01:54:04 +08:00
Today when releasing v9 and v10, I found two extra files in Git (`.husky/` and `.ng-dev.log`). These are a part of the toolchain in later versions, but not known ignored in older versions. Using `git commit -a` would have included both of those files in the release commit which would not be desirable. Instead, the solution for releases is to add the specific files that are modified to remove this possibility.
/docs
Folder
This folder is used for all documentation. It contains a number of subfolders with short descriptions here.
/docs/design
Design documents on GitHub, in Markdown format. The number of design documents available is limited.
/docs/process
Description of various caretaker and workflow processes.
/docs/specifications
Specifications for support of Angular CLI features. These are meant to be read directly on GitHub by developers of libraries who want to integrate with the Angular CLI.