Skip to content
Open
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
54 changes: 54 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file

# Build artifacts
**/bin/
*.o
*.tar
*.tgz

# Test files and directories
**/e2e/
**/*_test.go
cover*.out
test.out

# Documentation
**/docs/
CONTRIBUTING.md
*.md
!README.md

# Examples and deployments (not needed for build)
**/examples/
**/deployments/

# Scripts (not needed for build)
**/scripts/

# Build tools (not needed in image)
**/protoc/

# Test artifacts
capture.pcap
ebpf-agent.tar

# CI/CD and development files
**/.git/
.gitignore
.gitattributes
OWNERS
renovate.json
Containerfile.*

# IDE and editor files
**/.vscode/
**/.idea/
*.swp
*.swo
*~
.DS_Store

# Temporary files
*.tmp
*.log