miniai/.gitignore
2026-08-16 21:48:49 +08:00

34 lines
365 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.

# 依赖
node_modules/
# 前端构建产物
dist/
# 运行日志
logs/
*.log
*.err
_be.*
# 会话记忆数据
conversations/
# 内置 duckdb 可执行文件与运行时数据库
bin/
data/
# 环境变量(含密钥,勿提交;参考 .env.example
.env
.env.local
# 系统文件
.DS_Store
Thumbs.db
# 编辑器 / IDE
.vscode/
.idea/
# bun 缓存
.bun/