-
Notifications
You must be signed in to change notification settings - Fork 12k
[Bazel] Update gitignore for bazel-out directory #13636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
alexeagle
added a commit
to alexeagle/angular-cli
that referenced
this issue
Feb 8, 2019
We could do this only when we know the user has opted into using Bazel, like in the @angular/bazel schematics. However, the complexity of amending new lines to the .gitignore isn't worth it, when we can just add one line here. Fixes angular#13636
alexeagle
added a commit
that referenced
this issue
Feb 9, 2019
We could do this only when we know the user has opted into using Bazel, like in the @angular/bazel schematics. However, the complexity of amending new lines to the .gitignore isn't worth it, when we can just add one line here. Fixes #13636
alexeagle
added a commit
that referenced
this issue
Feb 9, 2019
We could do this only when we know the user has opted into using Bazel, like in the @angular/bazel schematics. However, the complexity of amending new lines to the .gitignore isn't worth it, when we can just add one line here. Fixes #13636
Similar fix is also in |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🚀 feature request
Relevant Package
@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
(orng add @angular/bazel
in the future)The text was updated successfully, but these errors were encountered: