添加qiming-rcoder模块
This commit is contained in:
50
qiming-rcoder/.dockerignore
Normal file
50
qiming-rcoder/.dockerignore
Normal file
@@ -0,0 +1,50 @@
|
||||
# 构建产物(最重要:排除 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
|
||||
*~
|
||||
Reference in New Issue
Block a user