PHP 前后端一体:首页咨询师列表、预约表单、管理后台、二维码准入与邮件通知;敏感配置与提交数据通过 .gitignore 排除。 Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
208 B
Plaintext
18 lines
208 B
Plaintext
# 敏感配置(使用 *.example.json 模板)
|
|
config/app.json
|
|
config/mail.json
|
|
|
|
# 运行时数据
|
|
data/submissions.json
|
|
|
|
# 文档与归档
|
|
prd/
|
|
*.zip
|
|
*.docx
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
*.log
|
|
.idea/
|
|
.vscode/
|