forked from DreamLab-AI/origin-logseq-AR
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.dockerignore
More file actions
executable file
·56 lines (47 loc) · 964 Bytes
/
.dockerignore
File metadata and controls
executable file
·56 lines (47 loc) · 964 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
46
47
48
49
50
51
52
53
54
55
56
# Git
.git
.gitignore
.pmpm-store
# Rust
target/
**/*.rs.bk
# NOTE: Cargo.lock is NOT excluded — required for reproducible dependency caching
# Node.js
node_modules/
npm-debug.log
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
Thumbs.db
# Test files
tests/
# Environment variables
.env
# Cloudflared
config.yml
# Runtime data directories
data/*.db
data/*.db.*
data/visionflow.db*
logs/
qdrant_data/
# Large directories that shouldn't be in build context
# multi-agent-docker/ is intentionally NOT excluded here because Dockerfile.unified
# (agentic-workstation build) uses context: .. and COPYs many subdirs from it.
# Instead, exclude only the heavy/irrelevant parts:
multi-agent-docker/comfyui/storage-models/
multi-agent-docker/comfyui/storage-output/
multi-agent-docker/comfyui/storage-input/
screenshots/
output/
docs/
examples/*.md
JavaScriptSolidServer/
*.md
!CLAUDE.md
!multi-agent-docker/CLAUDE.md
!client/**/*.md