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.
This commit is contained in:
John Bartholomew 2025-03-12 20:24:46 +00:00
parent 1f986a65f3
commit b9ae88d62d

1
.bazelignore Normal file
View File

@ -0,0 +1 @@
cpp-jsonnet