添加 Docker 和 CI/CD 配置(无 SSH 方案)
Some checks failed
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Failing after 0s

This commit is contained in:
2026-01-19 14:56:40 +08:00
parent a6940e78df
commit 589197e284
10 changed files with 1000 additions and 42 deletions

61
.dockerignore Normal file
View File

@@ -0,0 +1,61 @@
# Git 相关
.git
.gitignore
.gitea
# 文档和规范
README.md
AGENTS.md
CLAUDE.md
docs/
specs/
openspec/
*.md
# 构建产物
bin/
api
worker
main
*.exe
*.dll
*.so
*.dylib
# 测试和覆盖率
tests/
*_test.go
*.test
*.out
coverage*.out
# 日志文件
logs/
*.log
# 临时文件
tmp/
temp/
*.tmp
*.swp
*.swo
*~
# IDE 配置
.vscode/
.idea/
.claude/
.sisyphus/
*.iml
# 环境配置(不打包,使用挂载)
.env
.env.*
# 其他
scripts/
Makefile
openapi.yaml
opencode.json
ai-gateway.conf
.emdash.json