Skip to content

Commit

Permalink
fix(@schematics/angular): Include bazel-out in .gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alexeagle committed Feb 9, 2019
1 parent 6adf719 commit 62264ce
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -4,6 +4,8 @@
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# dependencies
/node_modules
Expand Down

0 comments on commit 62264ce

Please sign in to comment.