question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ignore `electron-prebuilt` and `electron-packager` by default

See original GitHub issue

So I don’t have to $ atom-shell-packager . App --ignore=node_modules/electron-prebuilt --ignore=node_modules/electron-packager.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
maleptcommented, Mar 8, 2016

electron-packager currently ignores node_modules/electron-packager, node_modules/electron-prebuilt, and .git by default, which means the issue title is now a reality (and then some). Please file any further enhancements to the ignore logic in separate issues.

1reaction
stefanbuckcommented, Apr 30, 2015

Maybe should get the ignores from the .gitignore

Read more comments on GitHub >

github_iconTop Results From Across the Web

Options | electron-packager
obj. Note: Node modules specified in devDependencies are ignored by default, via the prune option. Note: ignore will have ...
Read more >
Include only specific node_modules · Issue #572 - GitHub
I understood that electron-packager not includes node_modules, .vscode, npm-debug by default, but in my case, I have more files to exclude ...
Read more >
electron-packager excludes .obj model files in built application
So I actually just looked into the electron-packager code, and for whatever reason, they ignore files that have the .obj file extension.
Read more >
electron-packager - npm
... into your final app. electron-packager , electron-prebuilt and .git will be ignored by default. You can use --ignore to ignore files and ......
Read more >
paulcbetts/electron-packager NPM
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....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found