Files
thebet365/.gitignore
Mars 9c5e8d6f5c fix(docker): multi-theme packaging with PS1 orchestration and full bundle export
Replace all-themes bat logic with PowerShell to survive branch checkout; add api-admin and full-themes service modes; fix bat findstr path check and cmd exit codes; document six-in-one tar and update gitignore for player/full-themes artifacts.
2026-06-24 14:18:31 +08:00

45 lines
1.0 KiB
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/
.pnpm-store/
release/
backups/
.deploy/
docker-build.log
thebet365-images.tar
thebet365-images-*.tar
thebet365-images-*.manifest.txt
thebet365-full-themes-*.tar
thebet365-full-themes-*.manifest.txt
thebet365-player-*.tar
thebet365-player-*.manifest.txt
thebet365-admin-latest.tar
thebet365-admin-latest.manifest.txt
.claude/
*.log
.DS_Store
coverage/
.turbo/
*.tsbuildinfo
# 本地环境变量(含密钥,勿提交;示例见 .env.example / .env.docker.example
.env.docker
apps/api/.env
.cursor/
# 勿将 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 SVG
uploads/**/*
!uploads/banners/
!uploads/banners/*.svg
!uploads/teams/
!uploads/teams/.gitkeep
!uploads/contents/
!uploads/contents/.gitkeep