-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore (ide): Add .bazelproject and .gitignore .eclipse
Note that https://github.com/salesforce/bazel-vscode-java doesn't actually work (for this project) yet; this is just to make testing that easier; the other (pending) PR is #285.
- Loading branch information
Showing
4 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# The project view file (.bazelproject) is used to import targets into the IDE. | ||
# | ||
# See: https://ij.bazel.build/docs/project-views.html | ||
# | ||
# This files provides a default experience for developers working with the project. | ||
# You should customize it to suite your needs. | ||
|
||
directories: | ||
. | ||
|
||
derive_targets_from_directories: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters