Commit 66b0c93
fix(docker): explicit blacklist .dockerignore so cmd/ + pkg/ ship
The previous policy ignored everything via ** and re-included via
!**/*.go. Docker's wildcard handling drops directory entries when
the parent is ignored, so the build context arrived empty of cmd/.
Switch to an explicit blacklist (.git, bin/, .work/, _test.go,
testdata/, docs/, IDE noise) so the whole Go source tree lands.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>1 parent 56bef8f commit 66b0c93
1 file changed
Lines changed: 25 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | | - | |
6 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
7 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
8 | 24 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments