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
carwash_order/.gitignore
T

24 lines
227 B
Plaintext

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