-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.bazelignore
More file actions
41 lines (35 loc) · 1.11 KB
/
Copy path.bazelignore
File metadata and controls
41 lines (35 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Ignore pnpm internal directories that contain BUILD.bazel files
# These are created when using hoist=false but should not be processed by Bazel
node_modules/.pnpm
bazel-js-skeletons
# Python virtualenvs - contain installed package sources that confuse Gazelle
# Note: .bazelignore patterns are root-relative only (no ** glob support)
.venv
venv
# Claude Code agent worktrees
.claude/worktrees
# Development environment caches
# Root level
.devenv
.direnv
.uv-cache
.pre-commit-cache
.cache
# Nested (.bazelignore doesn't support ** globs, so list explicitly)
cluster/.direnv
wt/.direnv
props/.direnv
# Trilium Notes extensions - deps not in main requirements
trilium
# Nested Bazel modules - build through their module labels.
# (its own MODULE.bazel + Bazel/pnpm build); it is not part of ducktape's build.
third_party/activitywatch
haku/shared
third_party/manifold_mcp_server
devinfra/claude/web_env/re/environment_manager/src
# Website is a nested module so the root workspace doesn't need
# rules_haskell / GHC bindist just to expand //... Build via
# `cd website && bazelisk build //:site`.
website
# Nix build results
result