Posts tagged with 'Node Modules'
Things Every NodeJS Developer Should Add to Their .gitignore
A .gitignore file is an important part of any project that is being version controlled. Adding things like node_modules to your git ignored files is essential.