Closed hoaithing closed 6 years ago
We do not need push all trash-heavy-bloat node_module to git. Just add to .gitignore and use npm or yarn to install it from package.json to deploy new environment.
node_module
.gitignore
npm
yarn
package.json
We do not need push all trash-heavy-bloat
node_module
to git. Just add to.gitignore
and usenpm
oryarn
to install it frompackage.json
to deploy new environment.