Files
waoowaoo/.dockerignore

54 lines
531 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 版本控制
.git
.github
# 构建产物builder 阶段重新生成)
.next
node_modules
# 测试
coverage
tests
vitest.config.ts
docker-compose.test.yml
# 运行时数据
logs
data
certificates
backups
uploads
# IDE 和 AI 工具
.vscode
.cursor
.claude
.gemini
.agent
.shared
.artifacts
# 数据库文件
*.db
*.db-journal
prisma/data
# 临时文件
.DS_Store
*.tsbuildinfo
.tmp-old-snapshot-*
# 环境变量
.env
.env.local
.env.*.local
.env.test
# 文档和杂项
*.md
*.py
debug-request.json
AGENTS.md
docs
agent