mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
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:
parent
4ba259850c
commit
5e1acb8625
4 changed files with 12 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,4 +7,3 @@ evals/swe-bench/repos/
|
|||
evals/swe-bench/results/
|
||||
evals/swe-bench/dockerfiles/
|
||||
__pycache__
|
||||
.vercel
|
||||
|
|
|
|||
1
apps/marketing/.gitignore
vendored
1
apps/marketing/.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
|||
dist/
|
||||
.astro/
|
||||
node_modules/
|
||||
.vercel
|
||||
|
|
|
|||
11
apps/marketing/.vercel/README.txt
Normal file
11
apps/marketing/.vercel/README.txt
Normal 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.
|
||||
1
apps/marketing/.vercel/project.json
Normal file
1
apps/marketing/.vercel/project.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"projectId":"prj_7gZnwjGOzcsVWFxtKdLka6Dw1t6U","orgId":"team_Vhv146V9M72wW58dfXVAgeR1","projectName":"website"}
|
||||
Loading…
Add table
Reference in a new issue