33 lines
356 B
Plaintext
33 lines
356 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# next.js / build output
|
|
.next/
|
|
out/
|
|
dist/
|
|
coverage/
|
|
.turbo/
|
|
.vercel/
|
|
*.tsbuildinfo
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS / editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# local archive from refactor
|
|
archive/
|