chore: 忽略 .env 文件,移除已追踪记录

This commit is contained in:
2026-05-15 13:09:12 +08:00
parent 3ff0642706
commit 7925c92478
2 changed files with 5 additions and 1 deletions

1
.env
View File

@@ -1 +0,0 @@
PUBLIC_BASE_URL=http://localhost:8080

5
.gitignore vendored
View File

@@ -3,6 +3,11 @@
*.local
*.log*
# Environment variables
.env
.env.*
!.env.example
# Dist
node_modules
dist/