-
-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
Hi! I noticed the repo includes website/.vercel/ in version control.
That directory is generated by the Vercel CLI to link a local checkout to a specific Vercel project (often via .vercel/project.json containing projectId/orgId). These IDs aren’t secrets, but committing them is typically unnecessary and can:
- Leak deployment/project metadata publicly (project/org linkage)
- Cause contributor confusion (their local Vercel linking differs)
- Make it easier to accidentally wire forks to the wrong Vercel project
- Add noise/churn in PRs
Proposed fix
-
Remove the directory from git:
git rm -r website/.vercel
-
Add to .gitignore (repo root or website/.gitignore):
.vercel/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels