初始化基金监控系统项目

This commit is contained in:
LL
2025-12-12 11:54:44 +08:00
commit 354133d6e4
104 changed files with 26244 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# 数据缓存目录
data/cache/
# 错误日志文件
email_error_log.txt
# IDE配置文件
.idea/
.vscode/
*.swp
*.swo
*~
# 操作系统文件
.DS_Store
Thumbs.db
# Composer依赖如果项目中使用了vendor目录
# vendor/
# 环境配置文件(如果有)
.env
.env.local