-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.dockerignore
More file actions
45 lines (34 loc) · 581 Bytes
/
.dockerignore
File metadata and controls
45 lines (34 loc) · 581 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Dependencies
node_modules
# Runtime data (secrets: auth hashes, session tokens, SQLite DB)
data
# User workspace
workspace
# Git
.git
.gitignore
# Environment & secrets
.env
.env.*
# Config with API keys (MCP server tokens, Authorization headers)
config.json
# Docker files (not needed inside the image)
Dockerfile
docker-compose*.yml
# Logs
*.log
# OS artifacts
.DS_Store
Thumbs.db
# IDE / editor
.vscode
.idea
*.swp
*.swo
*~
# Video / large media (promo assets, not needed at runtime)
public/videos
# Project meta (not needed in production image)
tasks
*.md
LICENSE