🚀 feature request
Relevant Package
Description
A clear and concise description of the problem or missing capability...
bazel-out directory is created by bazel build but it is not ignored by Git.
It is a compilation output similar to tsc-out.
Describe the solution you'd like
If you have a solution in mind, please describe it.
Update gitignore file for bazel-out directory when ng new --collection=@angular/bazel (or ng add @angular/bazel in the future)
🚀 feature request
Relevant Package
@angular/bazelDescription
A clear and concise description of the problem or missing capability...bazel-outdirectory is created by bazel build but it is not ignored by Git.It is a compilation output similar to
tsc-out.Describe the solution you'd like
If you have a solution in mind, please describe it.Update gitignore file for bazel-out directory when
ng new --collection=@angular/bazel(orng add @angular/bazelin the future)