-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 1.7 KB
/
Copy path.gitignore
File metadata and controls
55 lines (47 loc) · 1.7 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
# Go
/bin/
*.test
*.out
# Build artifacts — cmd binaries built at repo root
/host-agent
/host-agent-real
/brain
/malmo-storage-verify
/malmo
# malmo dev state (instance dirs, sqlite, generated compose)
/.dev/
# Node / Vite
web-ui/node_modules/
web-ui/dist/
web-ui/.vite/
*.tsbuildinfo
# medium-lane test image build artifacts (populated by bootstrap.sh at build time)
dev/test-qemu/mkosi.extra/
dev/test-qemu/mkosi.pkgmngr/
dev/test-qemu/mkosi.tools/
dev/test-qemu/mkosi.tools.manifest
# LUKS test recovery passphrase — generated by bootstrap.sh, never committed (slice 0023)
dev/test-qemu/mkosi.passphrase
# hosted cloud-image build artifacts (#203, #242). mkosi.extra/ here is COMMITTED
# (the static /etc/malmo/profile marker), unlike the generated trees — do not
# ignore it. The first-boot runtime wiring (mkosi.extra.wiring/), the build-time
# Docker apt repo, and the tools tree are generated by stage-control-plane.sh /
# bootstrap.sh — ignore those.
dev/cloud/mkosi.extra.wiring/
dev/cloud/mkosi.pkgmngr/
dev/cloud/mkosi.tools/
dev/cloud/mkosi.tools.manifest
# hosted cloud BOOT-PROOF image (#205/C2; #242). dev/cloud/test/ is COMMITTED config
# (mkosi.conf, mkosi.postinst.chroot, the assertions unit + bootstrap), but its
# mkosi.extra/ (the staged serial self-check) and the build-time Docker apt repo /
# tools tree are generated by the test bootstrap — ignore those. (The control-plane
# bundle + host-agent now stage into dev/cloud/mkosi.extra.wiring/ above, #242.)
dev/cloud/test/mkosi.extra/
dev/cloud/test/mkosi.pkgmngr/
dev/cloud/test/mkosi.tools/
dev/cloud/test/mkosi.tools.manifest
# Editor / OS
.DS_Store
*.swp
# Claude Code local session state (settings.local.json, scheduled-task locks)
.claude/