Files
clawpanel/.gitignore
2026-04-25 11:49:35 +08:00

75 lines
1.3 KiB
Plaintext
Raw Permalink 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.
# 依赖
node_modules/
# 防止贡献者用 pnpm 安装依赖时误提 lock本项目使用 npm / package-lock.json
pnpm-lock.yaml
yarn.lock
.cursor
docs/issue-solutions.md
# 构建产物
dist/
src-tauri/target/
# Tauri build 自动生成的平台 schema历史原因 desktop/macOS/windows 已 track
# Linux 平台的 schema 只在 Linux 上构建时才会生成,不同 Linux 机器产出也不一致,
# 容易被贡献者误提到 PR 里)
src-tauri/gen/schemas/linux-schema.json
# 日志
*.log
tauri-dev.log
api_doc_mcp.log
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk
# 构建临时文件
nul
release_body.md
release_body.md.bak
# 本地临时文件 / 设计文档 / 构建脚本
.tmp/
scripts/build-r2-archive.sh
r2-archives/
# 内部开发文档(不入公开仓)
AGENTS.md
BLOCKING_ISSUES_REPORT.md
__clawapp-chat-ref.js
LOBSTER-LEGION-ARCHIVE.md
# 大文件(宣传视频·原始版本)
docs/promo-video.mp4
# IDE / 编辑器
.idea/
*.iml
.vscode/settings.json
.vscode/launch.json
*.suo
*.user
*.userosscache
*.sln.docstates
# Rust 开发工具
src-tauri/.cargo/
.codex/
# Tauri 生成的 schema 文件Linux 平台特定)
src-tauri/gen/schemas/linux-schema.json
# AI 上下文记忆
.context.md
CONTEXT_STATE.md
PROJECT_CONTRACT.md
project.yaml