Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit c5bfede

Browse files
committed
README: Fix instructions for .gitignore for local preview
When using netlify dev to locally preview the application, the out_publish/ and out_functions/ folders as well as the 404.html file should be added to .gitignore.
1 parent ff39fe5 commit c5bfede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ Lastly, add the following lines to your `.gitignore`:
105105
# .gitignore
106106

107107
# Files generated by next-on-netlify command
108-
functions/nextRouter
109-
out/
110-
404.html
108+
/out_publish/
109+
/out_functions/
110+
/404.html
111111
```
112112

113113
Now you're all set.

0 commit comments

Comments
 (0)