From d5c05e7bf43735ae00d8394ff026bea4ad96b314 Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:38:44 +0000 Subject: [PATCH] Add .vercel directory --- .vercel/README.txt | 11 +++++++++++ .vercel/project.json | 1 + 2 files changed, 12 insertions(+) create mode 100644 .vercel/README.txt create mode 100644 .vercel/project.json diff --git a/.vercel/README.txt b/.vercel/README.txt new file mode 100644 index 0000000..525d8ce --- /dev/null +++ b/.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/.vercel/project.json b/.vercel/project.json new file mode 100644 index 0000000..49dc16c --- /dev/null +++ b/.vercel/project.json @@ -0,0 +1 @@ +{"orgId":"team_X313sXxFe4ga803K1VQgUEUZ","projectId":"prj_g3u1U511eRxY6ZmNwHNCT7Oq647Q"} \ No newline at end of file