From eeb91ef31e20c6e7ba934f28451ba50114851e71 Mon Sep 17 00:00:00 2001 From: Jens Lind Date: Wed, 27 May 2015 18:46:17 +0200 Subject: [PATCH] Changed --ignore part in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2ec9b42..18c967c 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,7 @@ This will: You should be able to launch the app on the platform you built for. If not, check your settings and try again. -**Be careful** not to include node_modules you don't want into your final app. For example, do not include the `node_modules/electron-packager` folder or `node_modules/electron-prebuilt`. You can use `--ignore=node_modules/electron-prebuilt` to ignore of these +**Be careful** not to include node_modules you don't want into your final app. `Electron-packager`, `electron-prebuilt` and `.git` will be ignored by default. You can use `--ignore` to ignore files and folders (`--ignore=node_modules/electron-packager`). ### Building windows apps from non-windows platforms