Files
openide/.bazelignore
Leonid Shalupov 5435bda72a jps-to-bazel: ignore repo marker files in .bazelignore
so Bazel's execroot won't be detected as a repository root by build scripts

GitOrigin-RevId: 7d94767328b5205c688fcd773b9ca76367d4fd53
2025-05-07 20:43:10 +00:00

18 lines
473 B
Plaintext

lib
# a separate bazel project
build/jvm-rules
# a separate bazel project
platform/build-scripts/bazel
# test data
android/apkanalyzer/gradle/integration-tests/projects
# currently not required
android/android/native/diagnostics/heap
android/aswb
build/dependencies/build/android-sdk/
out/
platform/sqlite/target
# specifically ignore intellij.idea.community.main.iml marker file,
# so Bazel execroot won't be detected as a community root
intellij.idea.community.main.iml