node_modules/
- Updated on
The node_modules/
directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.
This directory should not be commited to your git repository (it is ignored by default).