feat: Add deployment scripts, Docker configuration, and documentation for Cloud MCP project
This commit is contained in:
20
.dockerignore
Normal file
20
.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
.DS_Store
|
||||
data
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
tests
|
||||
.vscode
|
||||
.idea
|
||||
*.md
|
||||
!README.md
|
||||
coverage
|
||||
.nyc_output
|
||||
|
||||
Reference in New Issue
Block a user