diff --git a/.gitignore b/.gitignore index 902ea6439..bf6a25d52 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ evals/swe-bench/repos/ evals/swe-bench/results/ evals/swe-bench/dockerfiles/ __pycache__ -.vercel diff --git a/apps/marketing/.gitignore b/apps/marketing/.gitignore index 0c3049d1e..1f9030c6d 100644 --- a/apps/marketing/.gitignore +++ b/apps/marketing/.gitignore @@ -1,4 +1,3 @@ dist/ .astro/ node_modules/ -.vercel diff --git a/apps/marketing/.vercel/README.txt b/apps/marketing/.vercel/README.txt new file mode 100644 index 000000000..525d8ce8e --- /dev/null +++ b/apps/marketing/.vercel/README.txt @@ -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. diff --git a/apps/marketing/.vercel/project.json b/apps/marketing/.vercel/project.json new file mode 100644 index 000000000..765728c63 --- /dev/null +++ b/apps/marketing/.vercel/project.json @@ -0,0 +1 @@ +{"projectId":"prj_7gZnwjGOzcsVWFxtKdLka6Dw1t6U","orgId":"team_Vhv146V9M72wW58dfXVAgeR1","projectName":"website"} \ No newline at end of file