Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: manually ignore bazel-* directories to make using custom Bazel b…
…uilds easier Normally, Bazel will ignore its convenience symlinks, so putting them in the .bazelignore file isn't necessary. However, when `--output_user_root` is set, which is beneficial to set when using different Bazel versions (it preserves the analysis cache between versions), the symlinks aren't ignored. Putting them in the bazelignore file fixes this.
- Loading branch information