fix: remove .env.local from git and add .env.example

Remove credentials file from git tracking and provide template for
environment variables.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 01:49:47 +08:00
parent 9b793b9b93
commit 37e2e2e7d3
3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@@ -32,7 +32,6 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*.local
!.env.local
# vercel
.vercel