Skip to main content

max / alloy

1.8 KB · 72 lines History Blame Raw
1 /target
2 **/*.rs.bk
3 Cargo.lock.bak
4
5 # Generated by alloy_ui/build.rs from tokens.toml.
6 crates/alloy_ui/src/generated/tokens.rs
7
8 # Build/dist outputs
9 /dist/build/
10 /dist/*.iso
11 /dist/*.img
12 /dist/*.qcow2
13 /dist/*.tar.zst
14
15 # bootc-image-builder output (ISO/raw/qcow2 + manifest)
16 /output/
17 # ...and the rotated copy build-iso.sh/build-image.sh leave behind. Without
18 # this the rotation meant to protect the last good artifact instead commits
19 # a multi-gigabyte ISO, which is how a 2.3G blob reached this repo once.
20 /output.prev/
21
22 # The exported install source, kept across ISO builds so an unchanged image is
23 # not re-exported. Several GB of blobs that rebuild from the image itself.
24 /.iso-cache/
25
26 # Environment
27 .env
28 .env.*
29
30 # OS
31 .DS_Store
32 Thumbs.db
33
34 # Editor
35 .vscode/
36 .idea/
37 *.swp
38
39 # Local-only notes (per CLAUDE.md split: private docs live under _private/)
40 CLAUDE.md
41 todo.local.md
42
43 # Inspiration scrape — third-party images, not ours to redistribute
44 docs/inspo/
45
46 # Secrets and credentials. The baseline every repo under ~/Code carries, kept
47 # identical so no repo is the one that forgot. Suffix-matched rather than
48 # `*.env`, which would also catch committed environment files that hold no
49 # secrets (sweep systemd/sweep.env). `.env.example` is a tracked template and
50 # is negated back in.
51 !.env.example
52 *.pem
53 *.key
54 *.p8
55 *.p12
56 *.pfx
57 credentials.json
58
59 # vmtest scratch: qcow2 targets, firmware vars, vTPM state, screendumps.
60 /build/vmtest/state/
61
62 # layertest scratch: RPMs, the generated repo, the target disk, firmware vars.
63 /build/layertest/state/
64
65 # The packaged console and its repo metadata. Regenerated by build/rpm/build.sh
66 # from the crate, so committing it would store what rebuilds from source, and
67 # it is a 2 MB binary besides.
68 /build/rpm/out/
69
70 # Byte-compiled python from the vmtest and layertest helpers.
71 __pycache__/
72