env: commit .env.build with production SITE_BASE_URL

Track `.env.build` in version control so the production site domain
(`https://mc.tkrmagid.kr`) is baked into every portable exe build by
default. `.env` (server/dev secrets) stays gitignored.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-18 01:15:22 +09:00
parent 3017e77479
commit 6e170646a7
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,4 +7,3 @@ conversations/
.env
.env.local
.env.*.local
.env.build