diff --git a/.gitignore b/.gitignore index 5ac9aa5..d6ae668 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 5be1475..0000000 --- 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 ea17541..0000000 --- a/.now/project.json +++ /dev/null @@ -1 +0,0 @@ -{"projectId":"QmXjZr2uCGd6WHQTpf2twqzaJw6nU5jP3SMBR5wSLU2kno","orgId":"IzHHT7MV4cSD5XalfZxPpnnw"} \ No newline at end of file