mirror of
https://github.com/ershisan99/mlb-overlay-server.git
synced 2025-12-16 12:33:39 +00:00
add dockerfile
This commit is contained in:
31
.dockerignore
Normal file
31
.dockerignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user