42 lines
438 B
Plaintext
42 lines
438 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
next-env.d.ts
|
|
|
|
# production
|
|
/build
|
|
|
|
# prisma
|
|
/prisma/migrations/dev.db*
|
|
|
|
# generated assets (served from local disk in prod — never committed)
|
|
/storage/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# env files
|
|
.env
|
|
.env*.local
|
|
.env.production
|
|
|
|
# editor / os
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
|
|
# pm2
|
|
.pm2/
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|