| 1 | # The Dockerfile's builder stage compiles the workspace, so the build |
| 2 | # context needs the actual sources — but never `target/`, which alone can |
| 3 | # run into the tens of GB and would balloon every build upload. |
| 4 | * |
| 5 | !Cargo.toml |
| 6 | !Cargo.lock |
| 7 | !crates/ |
| 8 | !crates/** |
| 9 | !docker/ |
| 10 | !docker/** |