Files
cc-web/.cbmignore
2026-06-21 23:28:49 +08:00

44 lines
692 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.

# codebase-memory-mcp 专用忽略规则。
# 保留源码级 public/app.js、public/style.css 等文件;只排除生成物、压缩物和临时产物。
# 依赖、运行态数据和日志(多数已在 .gitignore这里显式补强
node_modules/
sessions/
logs/
attachments/
config/cross-conversation-replies.json
# 构建与覆盖率产物
dist/
build/
coverage/
.cache/
.parcel-cache/
.vite/
.next/
.nuxt/
# 压缩、归档和二进制产物
*.zip
*.tar
*.tar.gz
*.tgz
*.gz
*.7z
*.rar
# 前端生成物:保留普通源码,只排除压缩/映射/打包结果
*.min.js
*.min.css
*.bundle.js
*.bundle.css
*.map
# 临时文件
*.tmp
*.temp
*.bak
*.swp
*.log
* TO DO list.csv