create-express-quickstart
Version:
Create a Node.js app for building production-ready RESTful APIs using Express, by running one command
37 lines (30 loc) • 444 B
Plain Text
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Dependency directories
.vscode/
node_modules/
jspm_packages/
# Ignore artifacts:
dist
build
coverage
.tmp
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# Ignore all config files:
**/*.config.*
**/*config.*
# Ignore all HTML files:
**/*.html
# Output of 'npm pack'
*.tgz