Add example to readme for ignoring multiple folders

This commit is contained in:
jasonhinkle 2015-05-29 00:10:41 -05:00 committed by Jason Hinkle
parent db9301a971
commit df06c346e8
1 changed files with 1 additions and 1 deletions

View File

@ -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. `Electron-packager`, `electron-prebuilt` and `.git` will be ignored by default. You can use `--ignore` to ignore files and folders, e.g. `--ignore=node_modules/electron-packager`.
**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, e.g. `--ignore=node_modules/electron-packager` or `--ignore="node_modules/(electron-packager|electron-prebuilt)"`.
### API
```javascript