Skip to content

.vercel commited to repo #9

@zachlikefolio

Description

@zachlikefolio

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

  1. Remove the directory from git:

    git rm -r website/.vercel
  2. Add to .gitignore (repo root or website/.gitignore):

     .vercel/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions