31 lines
288 B
Plaintext
31 lines
288 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
.next/
|
|
out/
|
|
build/
|
|
dist/
|
|
|
|
# Environment variables
|
|
.env*
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
yarn.lock
|
|
bun.lock |