Files
whale-town-end/.gitignore
moyin 2e954a6de7 config:更新环境配置和忽略文件
- 在生产环境配置示例中添加邮件服务配置
- 在生产环境配置示例中添加Redis配置
- 更新.gitignore忽略Redis数据文件和日志文件
2025-12-17 20:23:28 +08:00

47 lines
446 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/