mirror of
https://github.com/ershisan99/mlb-overlay-server.git
synced 2025-12-16 05:09:30 +00:00
60 lines
563 B
Plaintext
60 lines
563 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# Testing
|
|
/coverage
|
|
|
|
# Build outputs
|
|
/.next/
|
|
/out/
|
|
/build/
|
|
/dist/
|
|
.vinxi
|
|
.output
|
|
.react-router/
|
|
.tanstack/
|
|
.nitro/
|
|
|
|
# Deployment
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
|
|
# Environment & local files
|
|
.env*
|
|
!.env.example
|
|
.DS_Store
|
|
*.pem
|
|
*.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
*.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
|
|
# Other
|
|
dev-dist
|
|
|
|
.wrangler
|
|
.dev.vars*
|
|
|
|
.open-next
|