-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (60 loc) · 1.84 KB
/
Copy path.gitignore
File metadata and controls
71 lines (60 loc) · 1.84 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.worktrees/
# Bazel symlinks (point into ~/.cache/bazel)
/bazel-*
# IDE / editor
.idea/
.vscode/
*.swp
# AI agent local config (per-user settings, ephemeral plans)
.claude/settings.local.json
.claude/plans/
.claude/scheduled_tasks.lock
.codex/settings.local.json
.cursor/settings.local.json
**/superpowers/plans/
*.plan.md
# Local overrides
.secrets
.env
/go.work
/go.work.sum
# Per-user Bazel overrides imported via try-import in .bazelrc
/user.bazelrc
# Local CI/test artifacts.
/public/
/tests/bdd/out/
# Transient symlink created by root Makefile's link-secrets target;
# points at ../../../../secrets/<env>-secrets.yaml (root-level user file).
deploy/stacks/**/secrets/*-secrets.yaml
# OS
.DS_Store
# Packaged Helm charts under examples/ (produced by `helm package`).
examples/**/*.tgz
# Python
__pycache__/
*.py[cod]
# Checked-in BYOO otelconfig test binary output.
/tools/byoo/testdata/otelconfig/create/main
# Built from tools/collect-dependencies/
/tools/collect-dependencies/collect-dependencies
# Built from tools/generate-subproject-ci/
/tools/generate-subproject-ci/generate-subproject-ci
# Go vendor trees not committed in this repo (tracked vendor: helm-reval-service-go, image-credential-helper-go,
# nvca-go, nvcf-function-deployment-stages-go/common, nvcf-go, nvcf-icms-translate-go).
admin-token-issuer-proxy-go/vendor/
byoo-otel-collector-go/vendor/
ess-agent-go/vendor/
ess-agent-go/api/auth/approle/vendor/
ess-agent-go/api/auth/aws/vendor/
ess-agent-go/api/auth/azure/vendor/
ess-agent-go/api/auth/gcp/vendor/
ess-agent-go/api/auth/kubernetes/vendor/
ess-agent-go/api/auth/ldap/vendor/
ess-agent-go/api/auth/userpass/vendor/
ess-agent-go/sdk/vendor/
nvcf-ai-api-gateway-service-go/vendor/
nvcf-function-deployment-stages-go/vendor/
nvcf-grpc-proxy-go/vendor/
nvcf-nats-auth-callout-service-go/vendor/
otelconfig-go/vendor/
nvcf-ratelimiter-go/vendor/