81a2306667
I haven't really tested the API yet, because it's hard to query GraphQL directly, but I'll set up the client in a bit for it!
11 lines
514 B
Text
11 lines
514 B
Text
> 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.
|