36 lines
381 B
Text
36 lines
381 B
Text
# dependencies
|
|
/node_modules
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
/output/
|
|
|
|
# production
|
|
/build
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
/dev.log
|
|
|
|
# env files
|
|
.env*
|
|
!.env.example
|
|
!.env.staging.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# local tooling caches
|
|
/.playwright-cli/
|
|
/.pnpm-store/
|
|
|
|
# package manager drift
|
|
/package-lock.json
|