37 lines
891 B
Plaintext
37 lines
891 B
Plaintext
# MCP 工具包安装目录(本地工具,不入库)
|
|
.mcp-tools/
|
|
.npm-cache/
|
|
|
|
# 服务器数据与密钥(绝不入库)
|
|
(服务器数据)重要!!!禁止上传git/
|
|
*.pem
|
|
id_ed25519*
|
|
|
|
# 远控配置(含中转服务器地址与永久密码哈希,绝不入库)
|
|
rustdesk-config-export/
|
|
.dsh/
|
|
.dsh-runtime-backup/
|
|
.pnpm-store/
|
|
.playwright-mcp/
|
|
node_modules/
|
|
android-chunyu/
|
|
chunyu_project/
|
|
chunyu_project_react/
|
|
shots/
|
|
docker.env
|
|
backups/
|
|
|
|
# 构建产物与临时取证文件(只对新增生效,已跟踪历史需显式 git rm --cached,见报告命令清单)
|
|
*.log
|
|
*.png
|
|
*.tar.gz
|
|
__pycache__/
|
|
*.pyc
|
|
dist/
|
|
shots/
|
|
|
|
# ZCode 会话产物(审计中间快照 / 计划文档)。
|
|
# audit/ 含本机环境取证与账号信息(gitea_user.json 有 is_admin 与邮箱),
|
|
# 属本地审计材料不是仓库内容;与上方「本地工具不入库」同一处理。
|
|
.zcode/
|