forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
73 lines (63 loc) · 1.22 KB
/
Copy path.dockerignore
File metadata and controls
73 lines (63 loc) · 1.22 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
# .dockerignore
# -------------------------
# Git & VCS
# -------------------------
.git
.gitignore
.gitattributes
# -------------------------
# Editor / OS junk
# -------------------------
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.idea
.vscode
# -------------------------
# Build artifacts (BYOND)
# -------------------------
*.dmb
*.rsc
*.log
# -------------------------
# TGUI build artifacts
# (we rebuild these in Docker)
# -------------------------
tgui/node_modules
tgui/public/tgui.bundle.js
# -------------------------
# Rust build artifacts
# -------------------------
rust/target
**/target
# -------------------------
# Docker / CI artifacts
# -------------------------
docker-compose.yml
docker-compose.*.yml
# -------------------------
# SQL / runtime data
# (keep schemas, drop local data)
# -------------------------
SQL/*.db
SQL/*.sqlite
# -------------------------
# Secrets (never bake these)
# -------------------------
secret/*
!secret/.gitkeep
# -------------------------
# Local tooling outputs
# -------------------------
SpacemanDMM.log
odlint.log
# -------------------------
# BYOND Windows-only binaries
# (not used in Linux containers)
# -------------------------
dreamchecker.exe
prof.dll
rustlibs.dll
rustlibs_prod.dll