Skip to content

Commit

Permalink
.bazelignore the modules/ dir.
Browse files Browse the repository at this point in the history
With the addition of overlays (#1566) it now can make sense to have
BUILD and .bzl files inside the module version directories.
However they don't necessarily make sense on their own.
They are only supposed to work in the context of the source archive
they overlay.

To prevent issues like not being able to load() from a //:def.bzl that
does not exit in the registry repo, let's just .bazelignore the modules/
dir.
  • Loading branch information
lalten committed Jun 14, 2024
1 parent b66dc5c commit a1405a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
modules/

0 comments on commit a1405a0

Please sign in to comment.