Files
junhong_cmp_fiber/.dockerignore
huang bb9f0a3a1f
Some checks failed
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Failing after 1m44s
修正 .dockerignore 确保包含 docs.go 文件
2026-01-19 17:24:03 +08:00

63 lines
532 B
Plaintext

# Git 相关
.git
.gitignore
.gitea
# 文档和规范
README.md
AGENTS.md
CLAUDE.md
docs/
!cmd/api/docs.go
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