Files
Neo-ZQYY/.cursorignore
2026-05-02 03:11:39 +08:00

46 lines
923 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Cursor 索引/上下文屏蔽列表
# 目的:减少每次对话注入到 system prompt 的无关文件,降低 token 开销
# 不影响本地文件浏览和手动 Read
# ===== AI 历史会话归档(数百个 .md 文件,正常工作不需要 AI 看到) =====
docs/ai-env-history/
docs/claude-history/
# ===== 审计变更记录(按需手动 Read不需要默认索引 =====
docs/audit/changes/
docs/audit/audit_dashboard.md
# ===== 临时产物与归档 =====
tmp/
_DEL/
.Deleted/
export/
reports/
scripts/logs/
.playwright-mcp/
# ===== 大型二进制/构建产物 =====
node_modules/
.venv/
venv/
dist/
build/
*.egg-info/
htmlcov/
.hypothesis/
.pytest_cache/
# ===== 锁文件(很大且不需要 AI 阅读) =====
pnpm-lock.yaml
package-lock.json
uv.lock
# ===== 小程序打包产物 =====
apps/*.zip
apps/miniprogram/.font_patch_tmp/
# ===== IDE/系统杂项 =====
.idea/
.vscode/
*.lnk
*.swp