Ignore `electron-prebuilt` and `electron-packager` by default
See original GitHub issueSo I don’t have to $ atom-shell-packager . App --ignore=node_modules/electron-prebuilt --ignore=node_modules/electron-packager
.
Issue Analytics
- State:
- Created 8 years ago
- Comments:12 (10 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.Maybe should get the ignores from the
.gitignore