mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 02:11:48 +00:00
fix: prevent tui rebuilding assets
This commit is contained in:
parent
ec1443b9f1
commit
a49f4c617d
2 changed files with 24 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue