53 lines
649 B
Plaintext
53 lines
649 B
Plaintext
# dependencies
|
||
node_modules/
|
||
|
||
# Next.js build output
|
||
.next/
|
||
out/
|
||
dist/
|
||
|
||
# environment variables
|
||
.env
|
||
.env.local
|
||
.env.development.local
|
||
.env.test.local
|
||
.env.production.local
|
||
|
||
# logs
|
||
npm-debug.log*
|
||
yarn-debug.log*
|
||
yarn-error.log*
|
||
pnpm-debug.log*
|
||
logs/
|
||
*.log
|
||
|
||
# lock files (OPTIONAL – keep only ONE)
|
||
# If you use npm → keep package-lock.json
|
||
# If you use yarn → keep yarn.lock
|
||
# Uncomment the ones you DON'T use
|
||
|
||
# lock files
|
||
yarn.lock
|
||
pnpm-lock.yaml
|
||
# package-lock.json
|
||
|
||
# OS files
|
||
.DS_Store
|
||
Thumbs.db
|
||
|
||
# Editor / IDE
|
||
.vscode/*
|
||
!.vscode/extensions.json
|
||
.idea/
|
||
*.swp
|
||
*.swo
|
||
|
||
# TypeScript
|
||
*.tsbuildinfo
|
||
|
||
# Test / coverage
|
||
coverage/
|
||
|
||
# Misc
|
||
.vercel
|