mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
so Bazel's execroot won't be detected as a repository root by build scripts GitOrigin-RevId: 7d94767328b5205c688fcd773b9ca76367d4fd53
18 lines
473 B
Plaintext
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
|