Skip to content

Commit

Permalink
fix (build): Refine Bazel .gitignore
Browse files Browse the repository at this point in the history
Because as-is it was also ignoring e.g. a (new, upcoming separate change) tools/bazel-java-tool-chain/, which is pretty confusing.
  • Loading branch information
vorburger committed Feb 26, 2024
1 parent 009d1bb commit e3a9580
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Bazel
bazel-*
/bazel-bin
/bazel-enola
/bazel-out
/bazel-testlogs

# Gradle
build/
Expand Down

0 comments on commit e3a9580

Please sign in to comment.