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