18 lines
167 B
Plaintext
18 lines
167 B
Plaintext
/node_modules
|
|
|
|
/pgdata
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|