Skip to content

Ignore .env and .vercel/#19

Merged
JarlLyng merged 1 commit into
mainfrom
chore/gitignore-env
May 6, 2026
Merged

Ignore .env and .vercel/#19
JarlLyng merged 1 commit into
mainfrom
chore/gitignore-env

Conversation

@JarlLyng
Copy link
Copy Markdown
Owner

@JarlLyng JarlLyng commented May 6, 2026

Belt-and-suspenders so a stray local credential file can't be committed by accident. No code changes.

Local development with `vercel dev` writes Turso credentials to .env.local
via `vercel env pull`. Without this rule, an accidental `git add .` would
ship those tokens. .vercel/ holds the project link and is never useful in
the repo either.

No .env file is required for normal frontend development — `python3 -m
http.server` works without one and `stats.js` silently no-ops if /api is
unreachable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
little-rocket Ready Ready Preview, Comment May 6, 2026 11:18am

@JarlLyng JarlLyng merged commit 791247c into main May 6, 2026
5 checks passed
@JarlLyng JarlLyng deleted the chore/gitignore-env branch May 6, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant