Add .gitignore file, exclude config.php from Git tracking

This commit is contained in:
2025-12-05 01:10:27 +08:00
parent b4b4a007f0
commit 7a78202eb5
+24
View File
@@ -0,0 +1,24 @@
# 数据库配置文件
config.php
# 测试文件
test*.php
test*.html
# 日志文件
*.log
# 编辑器文件
.idea/
.vscode/
*.swp
*.swo
# 系统文件
Thumbs.db
.DS_Store
# 其他配置文件
.env
.env.local
.env.*.local