Container/image/service name, Go module path, CLI binary name, and DOCKER_MIGRATE_* env vars still used the old working name; the project is branded DockMV everywhere else (README, logo, Gitea repo). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
# Binaries
|
|
/dockmv
|
|
/dockmv.exe
|
|
/dist/
|
|
*.test
|
|
*.test.exe
|
|
|
|
# Frontend
|
|
web/node_modules/
|
|
|
|
# Local data
|
|
*.log
|
|
.DS_Store
|
|
|
|
# NOTE: internal/webui/dist IS committed on purpose. It is the embedded web UI,
|
|
# and keeping it in the tree means `go build` alone produces a working binary
|
|
# without a Node toolchain. Regenerate it with `make ui`.
|
|
web/tsconfig.tsbuildinfo
|