Initial commit: 心理咨询预约系统
PHP 前后端一体:首页咨询师列表、预约表单、管理后台、二维码准入与邮件通知;敏感配置与提交数据通过 .gitignore 排除。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# 敏感配置(使用 *.example.json 模板)
|
||||
config/app.json
|
||||
config/mail.json
|
||||
|
||||
# 运行时数据
|
||||
data/submissions.json
|
||||
|
||||
# 文档与归档
|
||||
prd/
|
||||
*.zip
|
||||
*.docx
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
*.log
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user