This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wsh5485 0eb0cf12fb chore: 删除测试和调试相关文件
移除不再需要的测试脚本、调试页面和解决方案文档,包括:
- 各种测试PHP文件(test.php, test_filters.php等)
- VIP功能测试和调试页面(test_vip*.php, vip_debug_page.html等)
- 数据库连接测试脚本(test_db_connection.php)
- 解决方案文档(SOLUTIONS.md, VIP_*_Report.md)
2025-12-05 01:38:06 +08:00

22 lines
192 B
Plaintext

# 数据库配置文件
config.php
# 日志文件
*.log
# 编辑器文件
.idea/
.vscode/
*.swp
*.swo
# 系统文件
Thumbs.db
.DS_Store
# 其他配置文件
.env
.env.local
.env.*.local