Land password-vault dedicated workbench and mnote-vault-core/CLI, agent token read path design, vault transport split, and retire obsolete filetree smokes. Ignore local vault reimport scripts that trip secret scanners.
119 lines
2.4 KiB
Plaintext
119 lines
2.4 KiB
Plaintext
node_modules/
|
|
**/node_modules/
|
|
.next/
|
|
**/.next/
|
|
dist/
|
|
**/dist/
|
|
build/
|
|
**/build/
|
|
.turbo/
|
|
pnpm-debug.log*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
*.tgz
|
|
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
env-archive/
|
|
.vscode/
|
|
|
|
# Agent / tool local metadata. Keep git focused on MNote product code and design docs.
|
|
/.agent-templates/
|
|
/.claw/
|
|
/.clawd-todos.json
|
|
/.codex/
|
|
/.gemini/
|
|
/.reasonix/
|
|
/.codegraph/
|
|
/.pi/
|
|
/.serena/
|
|
/tmp-block-handle-qa.js
|
|
|
|
# Retired root-level agent/harness/browser evidence artifacts.
|
|
/REASONIX.md
|
|
/reasonix.toml
|
|
/playwright-snapshot-auth.md
|
|
/auth-console.txt
|
|
/auth-network.txt
|
|
/harness-init.sh
|
|
|
|
*.local
|
|
tmp/
|
|
temp/
|
|
**/.venv/
|
|
.venv/
|
|
**/__pycache__/
|
|
__pycache__/
|
|
# Convex 本机开发临时目录
|
|
**/.convex-tmp/
|
|
# 大模型文件,防止超出 LFS 配额
|
|
services/mineru/models/
|
|
*.safetensors
|
|
# ONLYOFFICE 挂载/同步目录(体积很大,禁止入库)
|
|
/onlyoffice-web-apps/
|
|
/onlyoffice-plugins/
|
|
/onlyoffice-data/
|
|
/onlyoffice-fonts/
|
|
/onlyoffice-pg-data/
|
|
# ONLYOFFICE 现已移至 src/components/onlyoffice 下,整目录忽略
|
|
/src/components/onlyoffice/
|
|
# 参考资料目录
|
|
cankao/
|
|
# services 整体忽略(包含本地模型与临时服务)
|
|
/services/
|
|
**/test/
|
|
pw-tests/**
|
|
pw-tests/
|
|
wolai-frontend/public/documents/
|
|
wolai-frontend/public/documents/**
|
|
artifacts/
|
|
artifacts/**
|
|
tmp
|
|
|
|
# Rust 本地构建与调试产物
|
|
/rust/target/
|
|
/rust/spikes/**/target/
|
|
|
|
# Harness 本地运行状态/调试产物
|
|
/.harness-active
|
|
/.harness-stop-counter
|
|
/harness-tasks.json.bak
|
|
|
|
# pnpm 本地缓存
|
|
/.pnpm-store/
|
|
.playwright-mcp
|
|
rust/spikes/leptos-tiptap-spike/trunk-8123.err
|
|
rust/spikes/leptos-tiptap-spike/trunk-8123.out
|
|
design/05-editor-mainline/reference-code
|
|
/reference-code/
|
|
|
|
# MNote 本地运行索引与一次性浏览器截图
|
|
/.mnote/
|
|
/ai-sessions/
|
|
/filetree-*.png
|
|
/task*-*.png
|
|
/qa-*.png
|
|
|
|
# 本地 Wolai 对标取证与截图产物
|
|
/test-results/
|
|
/wolai-*.png
|
|
/wolai-*.md
|
|
|
|
# 任务型浏览器 smoke 只作本地验收,不纳入项目运行面
|
|
/scripts/task*-wolai-*.js
|
|
/scripts/task*-rust-web-wolai-*-smoke.js
|
|
|
|
# 本地一次性诊断脚本与截图取证(不入库)
|
|
/scripts/_diag-*.js
|
|
/scripts/*-diag/
|
|
/scripts/page-tree-expand-diag/
|
|
|
|
# 下载的 Wolai 静态页面参考包,不作为可维护设计稿入库
|
|
design/design/html/
|
|
recycle
|
|
|
|
# 本地一次性 vault 源数据重导入脚本(含 password frontmatter 探测字面量,ECC 误报;不入库)
|
|
/scripts/vault-reimport-*.py
|