Files
affiliate_dash/.gitignore
T
yml2213 2264851d5d 拆分 service 与前端大文件,修复 CORS 配置与格式问题
- 后端 internal/service 按职责拆分:
  fulfillment.go(1397→527)拆出 wallet/timeout/data/order/query/dashboard/shipnotify
  delivery.go(1124→801)拆出 upstream/link/state/helpers
  merchant.go(855→251)拆出 member/product/api_client/catalog/helpers
- 前端 MerchantCenter.tsx(1327→606)拆出 merchantCenterTabs/merchantCenterUtils
- docker-compose backend 透传 CORS_ALLOWED_ORIGINS
- CORS 白名单实现(config/router/README/.env.example 配套)
- 修复 gofmt 与文件尾部多余空行
2026-08-05 13:32:11 +08:00

29 lines
323 B
Plaintext

# env(保留示例文件)
.env
.env.local
.env.*.local
backend/.env
frontend/.env
!.env.example
!frontend/.env.example
# backend
backend/bin/
backend/data/
backend/logs/
/logs/
*.db
# frontend
frontend/node_modules/
frontend/dist/
# ide / os
.DS_Store
.idea/
.vscode/
*.log
# reasonix 本地会话数据
.reasonix/