-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
50 lines (43 loc) · 830 Bytes
/
Copy path.dockerignore
File metadata and controls
50 lines (43 loc) · 830 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
43
44
45
46
47
48
49
50
# Build context exclusions for the root Dockerfiles. Every public image builds
# from the monorepo root so local path dependencies resolve consistently.
# VCS + tooling
.git
.gitignore
.gitattributes
.dockerignore
.github
.vscode
.idea
.claude
*.swp
**/.DS_Store
**/Thumbs.db
# Rust build artefacts (server + agent + shared)
target/
**/target/
# Next.js / Node build artefacts (web)
**/node_modules/
**/.next/
**/out/
**/dist/
**/build/
**/*.tsbuildinfo
**/.turbo/
# Local env files (only .env.example is allowed in)
.env
.env.*
!.env.example
**/.env
**/.env.*
!**/.env.example
# Local agent build artefacts that occasionally land in the worktree
*.deb
*.tar.gz
agent-x86_64-linux
shellfleet-agent_*/
# Workflow scratch / handoffs
conductor/
design-handoff/
# Operator-only docs (not needed inside images)
LOG.md
README.md