Gazelle is a Bazel build file generator for Bazel projects. Sometimes, we need to ignore some folder where Gazelle look into to generate build files.
Add this to your root BUILD.bazel file:
# BUILD.bazel
# gazelle:exclude folder_path
%%{init: {'theme':'neutral'}}%%
%%{init: {'theme': 'neutral' } }%%
graph LR
A[Foo] --> B[Bar]
B --> C[Baz]