godcall/MemoryCore/.dockerignore
2026-07-22 17:19:44 +08:00

60 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

node_modules
.git
__tests__
tests
docs
*.md
*.pdf
*.pptx
*.html
*.png
*.tgz
.DS_Store
.codebuddy
.ai_assets
benchmark-runs
deploy
sdk
docker
backup-*
pnpm-lock.yaml
install_hermes_ubuntu24.04_hongkong.sh
scripts/migrate-sqlite-to-tcvdb
scripts/sync-hermes-llm-to-tdai.sh
dump.rdb
vitest.config.ts
vitest.e2e.config.ts
kubb.config.ts
tsdown.config.ts
# ── 敏感配置(不入镜像;生产走 env 注入或 volume 挂载) ──
# tdai-gateway.yaml 等根目录 yaml 会残留 Langfuse / VDB / API_KEY 等真值,
# 即使空字符串 fallback也不该跟着镜像跑prod 走 K8s Secret + env template。
tdai-gateway.yaml
tdai-gateway.*.yaml
.env
.env.*
**/.env
**/.env.*
# 内部 CI/git 元数据
.gitmodules
.coding-ci.yaml
.gitlab-ci.yml
# e2e / 压测 / 冒烟脚本非 runtime 必需,且含调试用途的 SSH host / 内网 IP 引用
scripts/e2e-*
scripts/verify-*
scripts/warm-*
scripts/stress-*
scripts/inspect-*
scripts/smoke-*
scripts/start-offload-*
scripts/check_sts_*
scripts/mock-shark-*
scripts/bench-*
scripts/soak-*
# 保留必要的 md 文件(被上面 *.md 排除了,但 README.md 等对运行无影响,不需要保留)
# 如果需要在容器中读取 README.md删除上面的 *.md 行