Files
poimen-workflows/.gitignore
T
poimen 413e661995 fix: add binary files to .gitignore
Prevent build artifacts from being committed to repo
2026-09-08 16:59:16 -07:00

14 lines
193 B
Plaintext

# Ignore markdown docs except agent-prompts and README
*.md
!README.md
!agent-prompts/*.md
!agent-prompts/**/*.md
# Binaries
starter
worker
poimen
# Compiled binaries
poimen-worker
poimen-api