添加 Docker 和 CI/CD 配置(无 SSH 方案)
Some checks failed
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Failing after 0s
Some checks failed
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Failing after 0s
This commit is contained in:
61
.dockerignore
Normal file
61
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user