Skip to content

Commit b9ae88d

Browse files
chore: bazelignore the cpp-jsonnet subdirectory
Otherwise if the submodule is initialized Bazel will try to build it when running commands like bazel test //...:all. But that doesn't work because the cpp-jsonnet directory is not part of the same bazel module. Perhaps there is a better way to fix it but just ignoring the cpp-jsonnet directory seems to be ok.
1 parent 1f986a6 commit b9ae88d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cpp-jsonnet

0 commit comments

Comments
 (0)