Files
whale-town-end/.gitignore
moyin f9a79461a0 config:更新 .gitignore 配置
- 添加 docs/ai-reading/me.config.json 到忽略列表
- 优化配置文件结构
2026-01-14 13:16:44 +08:00

52 lines
513 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/
pnpm-lock.yaml
# 构建输出
dist/
build/
*.tsbuildinfo
# 环境变量
.env
.env.local
.env.*.local
.env.production
# 部署相关敏感文件
deploy.sh
webhook-handler.js
# 日志
*.log
*.log.gz
logs/
pnpm-debug.log*
# 操作系统
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 测试覆盖率
coverage/
.nyc_output/
# 临时文件
*.tmp
.cache/
# Redis数据文件本地开发用
redis-data/
.kiro/
config/
docs/merge-requests
docs/ai-reading/me.config.json