- switch main document flow toward leptos tiptap island host and generated runtime assets - align page aggregate loading, page head single-source updates, and AI tool result recovery - add tests and smoke scripts for title sync, AI route recovery, and editor host cutover
65 lines
1.2 KiB
Plaintext
65 lines
1.2 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/
|
|
*.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
|
|
design
|
|
|
|
# Rust 本地构建与调试产物
|
|
/rust/target/
|
|
/rust/spikes/**/target/
|
|
|
|
# Harness 本地运行状态/调试产物
|
|
/.harness-active
|
|
/.harness-stop-counter
|
|
/harness-tasks.json.bak
|
|
|
|
# pnpm 本地缓存
|
|
/.pnpm-store/
|
|
.playwright-mcp |