From 74e78ac93cef280700d47a45153e103b4c05b419 Mon Sep 17 00:00:00 2001 From: Nusser Studios Date: Thu, 3 Nov 2022 08:28:06 -0700 Subject: [PATCH 1/2] Delete .vercel directory --- .vercel/README.txt | 11 ----------- .vercel/project.json | 1 - 2 files changed, 12 deletions(-) delete mode 100644 .vercel/README.txt delete mode 100644 .vercel/project.json diff --git a/.vercel/README.txt b/.vercel/README.txt deleted file mode 100644 index 525d8ce..0000000 --- a/.vercel/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -> 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 deleted file mode 100644 index d30c8f2..0000000 --- a/.vercel/project.json +++ /dev/null @@ -1 +0,0 @@ -{"projectId":"prj_GmHloLxsA85m9oh3j24XukHn1I0p","orgId":"AVKCWAV42DMOv7q1gyi0Mtvn"} \ No newline at end of file From d48fcb19eded01064474d74d7c00ba29de34e338 Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Thu, 3 Nov 2022 10:41:00 -0500 Subject: [PATCH 2/2] Added to .gitignore and updated feature link on readme. --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22396e1..efa5b41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -.vercel \ No newline at end of file +.vercel +yarn-error.log \ No newline at end of file diff --git a/README.md b/README.md index 1cda494..300d99d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ · Report Bug · - Request Feature + Request Feature · Ask Question