57 lines
556 B
Plaintext
57 lines
556 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Yarn 2+
|
|
.yarn/*
|
|
.yarn
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Next.js
|
|
**/.next/
|
|
**/out/
|
|
|
|
# Production
|
|
**/build
|
|
**/dist
|
|
|
|
# Misc
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local env files
|
|
**/.env
|
|
**/.env.local
|
|
**/.env.development.local
|
|
**/.env.test.local
|
|
**/.env.production.local
|
|
|
|
# Turbo
|
|
.turbo
|
|
.vscode
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# macOS system files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
**/.DS_Store |