# Setup IntelliJ for Bazel development using the IntelliJ Bazel Plugin. # See https://github.com/bazelbuild/intellij for installation instructions. directories: . test_sources: src/test/* targets: //src:bazel //src/tools/remote_worker //src/test/...