18 lines
192 B
Plaintext
18 lines
192 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# next.js build output
|
|
.next/
|
|
out/
|
|
|
|
# env files — never commit real secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.production
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
npm-debug.log*
|