初始化基金监控系统项目
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user