-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.dockerignore
More file actions
77 lines (64 loc) · 1.01 KB
/
.dockerignore
File metadata and controls
77 lines (64 loc) · 1.01 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Version control
.git/
.github/
.gitignore
.gitattributes
# Documentation (not needed in build)
*.md
!README.md
ARCHITECTURE.md
CONTRIBUTORS.md
ROADMAP.md
SECURITY.md
TESTING.md
PROTOCOL.md
PLUGIN_ECOSYSTEM.md
# IDE and editor files
.vscode/
.idea/
.cursor/
.cursorrules
*.swp
*~
# Test artifacts
*.test
coverage.*
coverage
*.out
# OS files
.DS_Store
Thumbs.db
# Environment and config files
.env
.env.*
env.example
config.json
server_config.json
# Database files
*.db
*.db-wal
*.db-shm
# Keystore files
keystore.dat
*.keystore
# Logs
*.log
# Release binaries and archives
marchat-*
*.zip
*.exe
build-release.ps1
build-release.sh
# Install scripts (not needed in container)
install.sh
install.ps1
# Plugin binaries
plugin/examples/*/echo
plugin/examples/*/*.zip
plugin/examples/*/*.exe
plugin/examples/*/*.so
plugin/examples/*/*.dylib
# Docker files (avoid recursive context)
docker-bake.hcl
# Assets (images not needed for server build)
assets/