forked from llm-d/llm-d-workload-variant-autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
42 lines (36 loc) · 703 Bytes
/
.dockerignore
File metadata and controls
42 lines (36 loc) · 703 Bytes
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
# Only go.mod, go.sum, cmd/, api/, internal/, and pkg/ are needed by the Dockerfile.
# Version control and IDE
.git
.gitignore
.gitmodules
.cursor
.claude
*.swp
*.swo
# Dependencies and tools (Go modules are copied explicitly; no need for full tree)
vendor/
# Submodules and sibling repos (not needed for building the manager binary)
sample-data/
llm-d-infra/
# If building from a parent repo that includes llmd or GAIE, add:
# llmd/
# gateway-api-inference-extension/
# Docs, tests, and deployment manifests (not used in the image)
docs/
test/
deploy/
hack/
charts/
config/
# Build artifacts and local binaries
bin/
dist/
*.exe
*.test
coverage.out
coverage.html
# Misc
*.md
.DS_Store
.env
.env.*