Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion REPO.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Do not ignore .bazelbsp: used by IDE BSP integration!
ignore_directories([
"**/build", # avoid BUILD/build mess: https://github.com/docker/desktop-feedback/issues/251
".*", # hidden root directories: .cache, .claude, .cursor, .dda, .github, .gitlab, etc.
".*_cache", # .mypy_cache, .pytest_cache, .ruff_cache
".c*", # .cache, .claude, .cursor
".d*", # .dda, .ddqa
".g*", # .git, .github, .gitlab
".i*", # .idea, .ijwb
".v*", # .venv, .vscode
Comment thread
rdesgroppes marked this conversation as resolved.
"bazel-*", # bazel convenience symlinks: suddenly caused issues inside arm64 Linux containers
"target", # cargo build creates it where Cargo.toml lives
])
Loading