miniai/.gitignore

27 lines
263 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.*
# 环境变量(含密钥,勿提交;参考 .env.example
.env
.env.local
# 系统文件
.DS_Store
Thumbs.db
# 编辑器 / IDE
.vscode/
.idea/
# bun 缓存
.bun/