97 lines
1.9 KiB
Plaintext
97 lines
1.9 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*
|
|
*.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/
|
|
|
|
*.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/
|
|
/filetree-*.png
|
|
/task*-*.png
|
|
|
|
# 本地 Wolai 对标取证与截图产物
|
|
/test-results/
|
|
/wolai-*.png
|
|
/wolai-*.md
|
|
|
|
# 任务型浏览器 smoke 只作本地验收,不纳入项目运行面
|
|
/scripts/task*-wolai-*.js
|
|
/scripts/task*-rust-web-wolai-*-smoke.js
|
|
|
|
# 下载的 Wolai 静态页面参考包,不作为可维护设计稿入库
|
|
design/design/html/
|
|
recycle
|