Skip to content

Commit

Permalink
Ignore .direnv for bazel builds (#756)
Browse files Browse the repository at this point in the history
When building with //..., bazel will traverse down .direnv, which
contains symlinks to the main source tree, so everything gets built
twice.
  • Loading branch information
DolceTriade committed Mar 12, 2024
1 parent a876cce commit a15bdb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelignore
@@ -1,5 +1,7 @@
.cache
.config
.direnv
.devenv
bazel-bin
bazel-out
bazel-remote-bin
Expand Down

0 comments on commit a15bdb6

Please sign in to comment.