Move serve/ (module) -> bin/server, tools/ -> bin/tools, replace bin/kb-watch bash with bin/watch Go package; self-executing Go shebangs bin/serve.go and bin/kb/watch.go; Docker + CI + git/import + docs repointed. Multi-stage image builds static serve+watch binaries (no Go runtime in container).
13 lines
143 B
Plaintext
13 lines
143 B
Plaintext
# .dockerignore - keep the build context lean.
|
|
.venv
|
|
var
|
|
.git
|
|
.github
|
|
__pycache__
|
|
*.pyc
|
|
*.lbug
|
|
*.lbug.*
|
|
.cache
|
|
.secrets
|
|
.skills-tmp
|
|
docs/.build |