@excli/express
Version:
A cli tool for creating Express.js applications, supporting both JavaScript and TypeScript.
67 lines (60 loc) • 776 B
Plain Text
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Package managers
.npm/
.yarn/
.pnpm-store/
.pnp.*
.yarn/cache/
.yarn/unplugged/
.yarn/build-state.yml
.yarn/install-state.gz
bower_components/
jspm_packages/
# Build outputs
dist/
build/
out/
.next/
.nuxt/
.vuepress/dist/
.temp/
.cache/
.parcel-cache/
.rollup.cache/
# Environment variables
.env
.env.example
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
lib-cov/
coverage/
*.lcov
.nyc_output/
.c8_output/
# Testing
test/
tests/
__tests__/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
jest.config.*
vitest.config.*
cypress/
cypre