Files
WeKnora/.gitignore
T
wizardchen 4e2d568149 feat(frontend): polish chat suggestions, citations, and drawers
- unify suggested-question styling across chat entry points
- keep citation markers inline with their preceding list content
- prevent manual editor viewport shifts and synchronize drawer motion
- align embedded preview and editor drawers in the body stacking context
2026-06-18 18:42:16 +08:00

60 lines
783 B
Plaintext

# 忽略所有隐藏文件和目录
.*
# 但不忽略特定隐藏文件和目录
!.env.example
!.gitignore
!.github/
# 敏感文件
*.pem
*_key
*_secret
*.key
*.crt
# IDE和编辑器文件
*.swp
*.swo
# 构建和依赖文件
node_modules/
/dist/
/build/
*.log
# 临时文件
tmp/
temp/
logs/
*.pid
WeKnora
WeKnora-lite
cmd/desktop/build/bin/
/models/
test/data/mswag.txt
data/files/
data/weknora.db
data/weknora.db-wal
data/weknora.db-shm
skills-lock.json
web/
**/__pycache__
/scripts/scale_dev_jobs.sh
/server
frontend/.vite
frontend/chrome-extension/
WeKnora-Chrome-Extension
packages/protoc-3.19.4-linux-x86_64.zip
Claude.md
# 本地测试脚本
configure-ollama.sh
fix-docker.sh
# WeChat Mini Program local/private configuration
miniprogram/project.private.config.json