<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅--> # 🚀 feature request ### Relevant Package <!-- Can you pin-point one or more @angular/* packages the are relevant for this feature request? --> * `@angular/bazel` ### 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)