elfrank/sample-nodejs-project

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Test Coverage
coverage/
.nyc_output

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Mac tmp files
.DS_Store

# TypeScript
tsconfig.tsbuildinfo