Skip to content
Draft
Show file tree
Hide file tree
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
60 changes: 60 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Git
.git
.gitignore
.github

# IDE
.idea
.vscode
*.swp
*.swo
*~

# Build artifacts
bin/
dist/
*.exe
orkes
orkes-test
conductor-cli

# Documentation (keep only Docker-related docs)
*.md
!docker/README.md
!docker-examples/README.md
!WORKER_STDIO.md

# Test files
test/
*_test.go
*.bats

# macOS
.DS_Store

# Environment
.env
.env.*

# Cache
.cache/
node_modules/
__pycache__/
*.pyc

# Config
config.yaml
config-*.yaml
.conductor-cli/

# Claude
.claude/

# Examples (keep for Docker context)
# stdio-example/
# stdio/

# Temporary files
*.log
*.tmp
tmp/
Loading
Loading