Files
thebet365/.gitignore
Mars 3b739982a1 feat(admin): 从已有玩家升级代理、修复 i18n 与过期 .js 冲突
- 新建一级代理改为选择已有玩家;新建用户可选一级代理

- 操作日志/注单等扁平 key 翻译;清理 src 内误生成 .js,Vite 优先解析 .ts

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 15:42:15 +08:00

26 lines
616 B
Plaintext
Raw Permalink 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/
dist/
.env
.env.local
*.log
.DS_Store
coverage/
.turbo/
*.tsbuildinfo
# 勿将 tsc 编译产物提交到 player/src会导致 Vite 加载过期 .js
apps/player/src/**/*.js
!apps/player/src/router/index.js
!apps/player/src/utils/localeDisplay.js
# 勿将 tsc/误生成产物留在 admin/srcVite 会优先加载过期 .js
apps/admin/src/**/*.js
apps/api/prisma/migrations/*_migration_lock.toml
# 用户上传文件(保留目录结构与示例 Banner
uploads/**/*
!uploads/banners/
!uploads/banners/**
!uploads/teams/
!uploads/teams/.gitkeep
!uploads/contents/
!uploads/contents/.gitkeep