42 lines
374 B
Plaintext
42 lines
374 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
/coverage
|
|
|
|
# Next.js
|
|
.next/
|
|
/out/
|
|
|
|
# Production build
|
|
/build
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env*.local
|
|
.env
|
|
.env.development
|
|
.env.production
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# IDE/OS files
|
|
.DS_Store
|
|
*.pem
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|