mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
22 lines
232 B
Plaintext
22 lines
232 B
Plaintext
# 测试文件
|
|
*.test.ts
|
|
*.test.js
|
|
*.spec.ts
|
|
*.spec.js
|
|
__tests__/
|
|
|
|
# 开发文档与辅助
|
|
docs/
|
|
benchmark-runs/
|
|
workspace/
|
|
|
|
# 环境与配置
|
|
.env
|
|
.env.*
|
|
.gitignore
|
|
.codebuddy/
|
|
.coding-ci.yaml
|
|
|
|
# 运行时产物
|
|
node_modules/
|
|
*.tgz |