Use .npmignore
See original GitHub issuePlease use .npmignore
so that you do not upload your entire repo to the node_modules
folder
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
For the love of god, don't use .npmignore | by Jeff Dickey
npmignore is a serious hazard in Node.js projects you should immediately quit using (except in one situation as outlined below).
Read more >developers - npm Docs
Use a .npmignore file to keep stuff out of your package. If there's no .npmignore file, but there is a .gitignore file, then...
Read more >How to ignore files from your npm package | Zell Liew
npmignore file; With the files property. We'll look at each method and discuss which methods you should (or shouldn't) be using ...
Read more >ljharb/npmignore: Command line tool for creating or ... - GitHub
Command line tool for creating or updating a .npmignore file based on .gitignore. ... On the command line, run npm install --save-dev npmignore...
Read more >What's the difference between .npmignore and .gitignore?
.gitignore lists which files & folders should be omitted from any commits to the repository. You can use this repo for templates of ......
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 FreeTop 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
Top GitHub Comments
Nice, I’m guessing it hasn’t broken anything either? If not I will get this merged down and tagged up properly.
Thanks for your help.
@Shinigami92 Sorry for the wait, would you mind checking the change in https://github.com/BrockReece/vue-heatmapjs/pull/23? I think that would solve this.