Commit 217bacb
committed
docs(build): establish build/dist structure with archive pattern
- Remove **/dist from global gitignore (allows tracking blessed releases)
- Add packages/cli/.gitignore to ignore its ephemeral dist/ (Rollup output)
- Create docs/build/build-dist-structure.md documenting archive pattern
- Update docs/README.md to link to new structure document
Build/dist pattern:
- build/ (gitignored) = workspace + archive of historical builds
- build/tmp/ = Current build intermediates
- build/cache/ = Download caches
- build/archive/ = Historical builds with timestamps/configs
- dist/ (tracked) = Blessed canonical releases that ship
Benefits: Experimentation, comparison, rollback, history tracking1 parent d85d690 commit 217bacb
3 files changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 32 | + | |
| 33 | + | |
40 | 34 | | |
41 | 35 | | |
42 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments