3fa3771beb
This directory is sometimes created by Eclipse, and contains some BUILD files, which confuse and/or slow down IntelliJ's Bazel processing. Change-Id: I2e596f2800d54b524b4c10651cbc7ea0dbddda40
25 lines
380 B
Plaintext
25 lines
380 B
Plaintext
# The project view file (.bazelproject) is used to import Gerrit Bazel packages into the IDE.
|
|
#
|
|
# See: https://ij.bazel.io/docs/project-views.html
|
|
|
|
directories:
|
|
.
|
|
-bin
|
|
-eclipse-out
|
|
-contrib
|
|
-gerrit-package-plugins
|
|
-logs
|
|
-./.metadata
|
|
-./.settings
|
|
-./.apt_generated
|
|
|
|
targets:
|
|
//...:all
|
|
|
|
java_language_level: 8
|
|
|
|
workspace_type: java
|
|
|
|
build_flags:
|
|
--javacopt=-g
|