fix: prevent tui rebuilding assets

This commit is contained in:
Ben 2026-05-01 16:29:46 +10:00
parent ec1443b9f1
commit a49f4c617d
2 changed files with 24 additions and 8 deletions

View file

@ -9,6 +9,12 @@ node_modules
.venv
**/.venv
# Built artifacts that are regenerated inside the image. Excluded so local
# rebuilds on the developer's machine don't invalidate the npm-install layer
# that now depends on the full ui-tui/packages/hermes-ink/ tree being present.
ui-tui/dist/
ui-tui/packages/hermes-ink/dist/
# CI/CD
.github