-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.bazelignore
More file actions
54 lines (49 loc) · 2.1 KB
/
Copy path.bazelignore
File metadata and controls
54 lines (49 loc) · 2.1 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
42
43
44
45
46
47
48
49
50
51
52
53
# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Bazel skips these directories during package loading and Gazelle traversal.
# Mostly mirrors gazelle:exclude entries in root BUILD.bazel; .bazelignore is
# needed in addition because some Bazel commands (build //..., query) load
# packages directly without consulting BUILD-level directives. ai-tooling is
# intentionally loadable because the nvcf-cli skill bundle is generated from
# ai-tooling/user/skills.
#
# Native subtrees (src/clis/nvcf-cli, src/libraries/go/lib) have their own
# vendor/ entries listed below.
# Upstream-owned subtrees with their own historical BUILD files referencing
# WORKSPACE-style repository names (@io_bazel_rules_go etc.) that conflict
# with our bzlmod setup. Re-enable per-subtree as Phase B brings each subtree
# native.
src/compute-plane-services
src/control-plane-services
src/invocation-plane-services
src/libraries/python
# stargate rolled back to authoritative_source: upstream in !413; its
# BUILD files load @rules_rust which the umbrella's Phase-1
# MODULE.bazel does not declare. Re-include this line when stargate
# goes native again.
src/libraries/rust/stargate
src/libraries/ts
deploy
docs
fern
infra
migrations
tools
# Vendored dependencies inside the two Phase 1 subtrees. Bazel resolves these
# from MODULE.bazel via Gazelle's go_deps extension, not from on-disk vendor.
src/libraries/go/lib/vendor
src/clis/nvcf-cli/vendor
# Bazel-managed caches we keep inside the workspace for CI cache: paths.
.bazel-cache