chore: 添加 .env 配置文件并从 .gitignore 中移除相关忽略规则。

This commit is contained in:
2026-01-25 23:40:23 +08:00
parent 4cad3f0250
commit 1d83ac3b5e
2 changed files with 93 additions and 3 deletions

6
.gitignore vendored
View File

@@ -31,9 +31,9 @@ data/
*.db
# Environment files
.env
.env.local
.env.*.local
# .env
# .env.local
# .env.*.local
# Logs
*.log