17 lines
138 B
Plaintext
17 lines
138 B
Plaintext
# Ignore build output
|
|
node_modules
|
|
build
|
|
dist
|
|
coverage
|
|
.next
|
|
out
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Prisma generated
|
|
prisma/migrations
|
|
|
|
# Artifacts
|
|
*.min.*
|