From 06fc2715deccd84aedda7c79328003472ab72fea Mon Sep 17 00:00:00 2001 From: Matt Dunn-Rankin Date: Sun, 26 Apr 2020 01:47:42 -0700 Subject: [PATCH] oops, add .now to .gitignore --- .gitignore | 1 + .now/README.txt | 11 ----------- .now/project.json | 1 - 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .now/README.txt delete mode 100644 .now/project.json diff --git a/.gitignore b/.gitignore index 5ac9aa59..d6ae6683 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env +.now # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. diff --git a/.now/README.txt b/.now/README.txt deleted file mode 100644 index 5be1475d..00000000 --- a/.now/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -> Why do I have a folder named ".now" in my project? -The ".now" folder is created when you link a directory to a ZEIT Now project. - -> What does the "project.json" file contain? -The "project.json" file contains: -- The ID of the ZEIT Now project that you linked ("projectId") -- The ID of the user or team your ZEIT Now project is owned by ("orgId") - -> Should I commit the ".now" folder? -No, you should not share the ".now" folder with anyone. -Upon creation, it will be automatically added to your ".gitignore" file. diff --git a/.now/project.json b/.now/project.json deleted file mode 100644 index ea175410..00000000 --- a/.now/project.json +++ /dev/null @@ -1 +0,0 @@ -{"projectId":"QmXjZr2uCGd6WHQTpf2twqzaJw6nU5jP3SMBR5wSLU2kno","orgId":"IzHHT7MV4cSD5XalfZxPpnnw"} \ No newline at end of file