Add configurable agent max level and default sub-agent credit ratio, per-agent block direct player login on suspend, admin/agent wallet transaction views, and match detail my-bets section with refreshed player card styling. Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
638 B
Plaintext
27 lines
638 B
Plaintext
node_modules/
|
||
dist/
|
||
.pnpm-store/
|
||
release/
|
||
.claude/
|
||
*.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/src(Vite 会优先加载过期 .js)
|
||
apps/admin/src/**/*.js
|
||
apps/api/prisma/migrations/*_migration_lock.toml
|
||
|
||
# 用户上传文件(保留目录结构与示例 Banner SVG)
|
||
uploads/**/*
|
||
!uploads/banners/
|
||
!uploads/banners/*.svg
|
||
!uploads/teams/
|
||
!uploads/teams/.gitkeep
|
||
!uploads/contents/
|
||
!uploads/contents/.gitkeep
|