From ec568f4f020757cb79e44dbc7bf46d3eab188516 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Fri, 26 Jul 2019 00:28:33 -0700 Subject: [PATCH] Update getting-started-preparation.md --- .../version-1.10.x/getting-started-preparation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website-1.x/versioned_docs/version-1.10.x/getting-started-preparation.md b/website-1.x/versioned_docs/version-1.10.x/getting-started-preparation.md index 53dd4f4c2947..95b47ebb5cb7 100644 --- a/website-1.x/versioned_docs/version-1.10.x/getting-started-preparation.md +++ b/website-1.x/versioned_docs/version-1.10.x/getting-started-preparation.md @@ -55,4 +55,5 @@ You will need to keep the `website/siteConfig.js` and `website/core/Footer.js` f However, you should keep the `website/pages` and `website/static` directories. You may change the content inside them as you wish. At the bare minimum, you should have an `en/index.js` or `en/index.html` file inside `website/pages` and an image to use as your header icon inside `website/static`. -If your directory does not yet have a `.gitignore`, we generate it with the necessary ignored files listed. As a general rule, you should ignore all node_modules, build files, system files (.DS_Store), logs, etc. [Here](https://github.com/github/gitignore/blob/master/Node.gitignore) is a more comprehensive list of what is normally ignored for Node.js projects. +If your directory does not yet have a `.gitignore`, we generate it with the necessary ignored files listed. As a general rule, you should ignore all `node_modules`, build files, system files (`.DS_Store`), logs, etc. [Here](https://github.com/github/gitignore/blob/master/Node.gitignore) is a more comprehensive list of what is normally ignored for Node.js projects. +