19 lines
219 B
Plaintext
19 lines
219 B
Plaintext
node_modules
|
|
# Keep environment variables out of version control
|
|
.env
|
|
|
|
/app/generated/prisma
|
|
|
|
# Next.js
|
|
.next
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# macOS
|
|
.DS_Store
|