Skip to content

Commit 5880d18

Browse files
committed
fix(@schematics/angular): Include bazel-out in .gitignore
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
1 parent e2bebe9 commit 5880d18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/schematics/angular/workspace/files/__dot__gitignore.template

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
/dist
55
/tmp
66
/out-tsc
7+
# Only exists if Bazel was run
8+
/bazel-out
79

810
# dependencies
911
/node_modules

0 commit comments

Comments
 (0)