Skip to content

Commit

Permalink
ci: link vercel project
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Mar 2, 2024
1 parent 2ec9e06 commit bae98c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ node_modules
.env
.env*.local

# vercel
.vercel

# turborepo
.turbo
11 changes: 11 additions & 0 deletions .vercel/README.txt
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions .vercel/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"projectId":"prj_YLVA6a633vaHXkTKri2RTppHsV6E","orgId":"team_LoAo4p2j1NTBKDvcVA7AF25l"}

0 comments on commit bae98c2

Please sign in to comment.