Files
jj2/.gitignore
2025-12-12 11:54:44 +08:00

24 lines
290 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.
# 数据缓存目录
data/cache/
# 错误日志文件
email_error_log.txt
# IDE配置文件
.idea/
.vscode/
*.swp
*.swo
*~
# 操作系统文件
.DS_Store
Thumbs.db
# Composer依赖如果项目中使用了vendor目录
# vendor/
# 环境配置文件(如果有)
.env
.env.local