Check in .vercel project link for marketing site

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-17 08:39:01 -04:00
parent 4ba259850c
commit 5e1acb8625
No known key found for this signature in database
4 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,4 +7,3 @@ evals/swe-bench/repos/
evals/swe-bench/results/
evals/swe-bench/dockerfiles/
__pycache__
.vercel

View file

@ -1,4 +1,3 @@
dist/
.astro/
node_modules/
.vercel

View file

@ -0,0 +1,11 @@
> Why do I have a folder named ".vercel" in my project?
The ".vercel" folder is created when you link a directory to a Vercel project.
> What does the "project.json" file contain?
The "project.json" file contains:
- The ID of the Vercel project that you linked ("projectId")
- The ID of the user or team your Vercel project is owned by ("orgId")
> Should I commit the ".vercel" folder?
No, you should not share the ".vercel" folder with anyone.
Upon creation, it will be automatically added to your ".gitignore" file.

View file

@ -0,0 +1 @@
{"projectId":"prj_7gZnwjGOzcsVWFxtKdLka6Dw1t6U","orgId":"team_Vhv146V9M72wW58dfXVAgeR1","projectName":"website"}