All checks were successful
Build & Deploy / build (push) Successful in 1m51s
25 lines
285 B
Plaintext
25 lines
285 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
build/
|
|
|
|
# Env files — NOOIT committen!
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Prisma generated client (niet de migrations zelf!)
|
|
prisma/generated/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
.vercel
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log* |