mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: speed up multi arch build (#372)
* Speed up multi-arch Docker builds * Remove temporary Docker workflow branch trigger
This commit is contained in:
parent
93edef35e8
commit
fa2939e98f
4 changed files with 197 additions and 64 deletions
|
|
@ -1,4 +1,17 @@
|
|||
api/.env
|
||||
.git
|
||||
.github
|
||||
.claude
|
||||
**/.claude
|
||||
**/.next
|
||||
**/__pycache__
|
||||
**/*.pyc
|
||||
**/node_modules
|
||||
.mypy_cache
|
||||
.pytest_cache
|
||||
.ruff_cache
|
||||
.venv
|
||||
evals/
|
||||
api/mcp_server/ts_validator/node_modules/
|
||||
sdk/
|
||||
venv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue