This commit is contained in:
2026-01-13 15:18:30 +08:00
parent c87caca88a
commit fdc5a9151f
7 changed files with 52 additions and 5 deletions

31
.dockerignore Normal file
View File

@@ -0,0 +1,31 @@
# 数据目录
data/
# Git 相关
.git/
.gitignore
# IDE 相关
.vscode/
.idea/
.cursor/
# 文档
*.md
# 临时文件
*.log
*.tmp
# 测试文件
*_test.go
# 部署脚本
deploy/
gen_api.ps1
# Docker compose 文件(不需要在镜像中)
docker-compose*.yml
# 其他不需要的文件
.cursorrules