From 7e67152232f30d7c7ef8b178e60a36f54f3d594e Mon Sep 17 00:00:00 2001 From: Tim Phillips <3578574+tim-phillips@users.noreply.github.com> Date: Fri, 30 Mar 2018 23:14:54 -0700 Subject: [PATCH] clarify .next in .gitignore text (#4087) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 301735fd..dc89540b 100644 --- a/readme.md +++ b/readme.md @@ -1241,7 +1241,7 @@ Next.js can be deployed to other hosting solutions too. Please have a look at th Note: `NODE_ENV` is properly configured by the `next` subcommands, if absent, to maximize performance. if you’re using Next.js [programmatically](#custom-server-and-routing), it’s your responsibility to set `NODE_ENV=production` manually! -Note: we recommend putting `.next`, or your custom dist folder (Please have a look at ['Custom Config'](https://github.com/zeit/next.js#custom-configuration)). You can set a custom folder in config, `.npmignore`, or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next` or your custom dist folder). +Note: we recommend putting `.next`, or your [custom dist folder](https://github.com/zeit/next.js#custom-configuration), in `.gitignore` or `.npmignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy, excluding `.next` or your custom dist folder. ## Static HTML export