gitignore file for Nodejs Projects
Category : Supporting Scripts
An example gitignore file for Nodejs projects to ensure that local environment variables, build related output and modules are not committed to the git repository.
See .gitignore for more info.
# NodeJS specific #
.nyc_output/
coverage/
node_modules/
npm-debug.log
package-lock.json
test/*.log