gerrit/.bazelproject
Dave Borowitz 3fa3771beb Exclude bin directory from IntelliJ Bazel project
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
2018-05-21 11:44:17 -04:00

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