Files
qiming/qiming-rcoder/.dockerignore
2026-06-01 13:54:52 +08:00

51 lines
680 B
Plaintext
Raw 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.
# 构建产物(最重要:排除 target 避免传输19GB
target/
# Git 相关
.git
.gitignore
.gitattributes
# IDE 配置
.vscode/
.idea/
*.iml
.DS_Store
# 项目工作空间
project_workspace/
# 日志文件
logs/
*.log
# Docker 相关(排除其他 Dockerfile 和运行时文件)
docker/project_workspace/
docker/logs/
docker/specs/
# docker/rcoder-agent-runner/ # 保留(包含 downloads/ 用于 LibreOffice 预下载)
docker/computer-cache/
docker/computer-project-workspace/
# 测试文件
tests/
test_*.sh
*.rest
# 文档
docs/
CLAUDE.md
IMPLEMENTATION_SUMMARY.md
install.md
README.md
# 测试数据
fixtures/
dist
# 临时文件
*.tmp
*.swp
*.swo
*~