Skip to content

Commit

Permalink
chore: exclude venv's from gazelle walk (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Oct 4, 2024
1 parent 61d7f20 commit 5f424c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{ .ProjectSnake }}/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ js_library(
# aspect:map_kind py_binary py_binary @aspect_rules_py//py:defs.bzl
# aspect:map_kind py_library py_library @aspect_rules_py//py:defs.bzl
# aspect:map_kind py_test py_test @aspect_rules_py//py:defs.bzl
#
# Don't walk into virtualenvs when looking for python sources.
# We don't intend to plant BUILD files there.
# aspect:exclude **/*.venv
#
# Fetches metadata for python packages we depend on.
modules_mapping(
name = "modules_map",
Expand Down

0 comments on commit 5f424c2

Please sign in to comment.