Files
thebet365/.gitignore
Mars 490118f3b5 fix: approve pnpm 11 build scripts and untrack .env files
Add pnpm.onlyBuiltDependencies to allow Prisma, esbuild, NestJS etc.
to run postinstall scripts. Remove .env and .env.local from .gitignore.

🤖 Generated with [Qoder][https://qoder.com]
2026-06-08 17:01:57 +08:00

25 lines
609 B
Plaintext
Raw 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/
.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/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