Skip to content

Commit

Permalink
Add gitignore for VS Code / Eclipse
Browse files Browse the repository at this point in the history
Add files to gitignore when using Bazel with VS Code Java / Eclipse plug-in.

Closes #19183.

PiperOrigin-RevId: 559151969
Change-Id: I1cfb474f3caf8802a1cfb005bd4138b602371fad
  • Loading branch information
guw authored and copybara-github committed Aug 22, 2023
1 parent 3e170fb commit d55c11b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
/.project
/.settings
/.vscode/
.eclipse/
.settings/
.classpath
.project
eclipse-*bin/
/bazel.iml
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
Expand Down

0 comments on commit d55c11b

Please sign in to comment.