From 1fcfd49daaad45374575be75953e2d6585ab9674 Mon Sep 17 00:00:00 2001 From: Patrick Hiesel Date: Wed, 26 Oct 2016 16:24:08 +0200 Subject: [PATCH] Add .bazelproject file The .bazelproject file enables the use of the Bazel plugin for IntelliJ for Gerrit. Change-Id: Id8a9f7036bced3c4cdd1471c7977eea02941eb41 --- .bazelproject | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .bazelproject diff --git a/.bazelproject b/.bazelproject new file mode 100644 index 0000000000..b32683a4c8 --- /dev/null +++ b/.bazelproject @@ -0,0 +1,26 @@ +# 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: + . + -eclipse-out + -contrib + -gerrit-package-plugins + -gerrit-plugin-gwt-archetype + -gerrit-plugin-js-archetype + -gerrit-plugin-archetype + -logs + -./.metadata + -./.settings + -./.apt_generated + # BUCK excludes; Remove after we have entirely switched to Bazel + -./.buckd + -bucklets + +targets: + //...:all + +java_language_level: 8 + +workspace_type: java