优化:已知问题

This commit is contained in:
2025-07-22 13:27:07 +08:00
parent 2b5ff62ff0
commit 505afb8c0d
29 changed files with 2144 additions and 6 deletions

32
.dockerignore Normal file
View File

@@ -0,0 +1,32 @@
# 忽略不需要的文件和目录
node_modules
npm-debug.log
.git
.gitignore
README.md
.env
.nyc_output
coverage
.cache
.vscode
.idea
# 只保留dist目录和配置文件
!dist/
!nginx.conf
!Dockerfile
!docker-compose.yml
# 忽略开发相关文件
src/
public/
*.md
*.log
.DS_Store
Thumbs.db
# 忽略构建缓存
.next
.nuxt
.output
.vercel