21 lines
245 B
Plaintext
21 lines
245 B
Plaintext
# dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Next.js
|
|
.next
|
|
out
|
|
|
|
# environment
|
|
.env.local
|
|
.env.prod
|
|
.env*.local
|
|
|
|
# drizzle — migrations and meta are committed (drizzle-kit needs the journal)
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|