UNPKG

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