v1.1.0: Alpine 轻量级 Docker 开发环境 + 敏感凭证清理
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
# ==================== 版本控制 ====================
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# ==================== Claude 配置 ====================
|
||||
.claude/
|
||||
|
||||
# ==================== 文档 ====================
|
||||
docs/
|
||||
ISSUES.md
|
||||
README.md
|
||||
PACKAGES.md
|
||||
|
||||
# ==================== 归档文件(已不需要) ====================
|
||||
_archive/
|
||||
|
||||
# ==================== 数据/运行时 ====================
|
||||
data/
|
||||
|
||||
# ==================== 部署辅助文件(不在镜像中) ====================
|
||||
auth-proxy.js
|
||||
nginx-map-patch.sh
|
||||
wk.1216.conf
|
||||
|
||||
# ==================== 备用编排文件 ====================
|
||||
docker-compose-alpine.yml
|
||||
entrypoint-test.sh
|
||||
|
||||
# ==================== 下载脚本 ====================
|
||||
download-packages.sh
|
||||
download-packages.ps1
|
||||
|
||||
# ==================== 导出镜像(~100MB) ====================
|
||||
*.tar.gz
|
||||
|
||||
# ==================== Windows 伪文件 ====================
|
||||
;C
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ==================== packages 精确包含 ====================
|
||||
# 仅保留 Dockerfile COPY packages/ 需要的文件:
|
||||
# node-v24.14.1-linux-x64-musl.tar.gz
|
||||
# *claude-code*.tgz
|
||||
# *coding-helper*.tgz
|
||||
# 排除未使用的大包:
|
||||
packages/go1.26.1.linux-amd64.tar.gz
|
||||
packages/rust-1.94.1-x86_64-unknown-linux-musl.tar.xz
|
||||
packages/openclaw-*.tgz
|
||||
Reference in New Issue
Block a user