a329d4906b
- 方案文档: AVCC 体系建设、IPTV TCS 需求(0-req)/PRD(1-prd)/任务(2-task)/二三四期任务 - tcs-iptv: Go 后端(哈希SDK/MA码生成/可信数据空间mock/业务编排/HTTP API+HMAC鉴权) - web-console: React+AntD 监管大屏(角色工作台/全流程演示/监管片库) - 一剧一码+集级哈希, 集级下架/恢复, 全栈测试通过
30 lines
296 B
Plaintext
30 lines
296 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# 编辑器 / IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Go
|
|
tcs-iptv/bin/
|
|
*.test
|
|
*.out
|
|
vendor/
|
|
|
|
# Node / 前端
|
|
tcs-iptv/web-console/node_modules/
|
|
tcs-iptv/web-console/dist/
|
|
tcs-iptv/web-console/build/
|
|
node_modules/
|
|
|
|
# 环境与密钥
|
|
.env
|
|
*.local
|
|
*.key
|
|
*.pem
|
|
|
|
# 日志与临时
|
|
*.log
|
|
/tmp/
|