19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
# Binaries
|
|
/docker-migrate
|
|
/docker-migrate.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
|