Skip to content
Merged
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
22 changes: 22 additions & 0 deletions bin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Bin

Location: `bin/`

This directory holds ignored local runtime outputs and generated artifacts.

Typical contents:

- managed example server executables and state files under `bin/runtime/examples-servers/`
- launcher-owned runtime logs under `bin/runtime/logs/`
- temporary local outputs from build, verify, and benchmark flows

Rules:

- do not commit files from here unless there is an explicit release reason
- it is usually safe to delete local contents when no launcher-managed process is running
- if a managed example server is live, stop it before deleting its executable or state file

Canonical workflow docs:

- [../tools/README.md](../tools/README.md)
- [../docs/REFERENCE_MANUAL/02-gwc-workflows.md](../docs/REFERENCE_MANUAL/02-gwc-workflows.md)
Loading