mirror of
https://github.com/ershisan99/mlb-overlay-server.git
synced 2025-12-16 12:33:39 +00:00
31 lines
321 B
Plaintext
31 lines
321 B
Plaintext
# Dependencies
|
|
node_modules
|
|
**/node_modules
|
|
|
|
# Build outputs
|
|
**/dist
|
|
**/build
|
|
**/.next
|
|
**/.turbo
|
|
|
|
# Development files
|
|
.git
|
|
.github
|
|
.vscode
|
|
.idea
|
|
**/.env.local
|
|
**/.env.development
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
**/*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
**/.DS_Store
|
|
Dockerfile
|
|
.dockerignore
|
|
README.md
|
|
**/README.md |