mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
679440e5ef
commit
5435bda72a
@@ -10,4 +10,8 @@ android/android/native/diagnostics/heap
|
||||
android/aswb
|
||||
build/dependencies/build/android-sdk/
|
||||
out/
|
||||
platform/sqlite/target
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user