628b250db6
Post-merge documentation accuracy pass (CI and website branches both merged to main; website deployed). - CLAUDE.md: rewrite the stale repository-layout tree; add a Website & docs-site decision bullet (Astro+Starlight, Cloudflare Pages via Gitea Actions, ADR-website-001, the website branch stays open); update the CI note (merged to main; release-macos dispatchable + verified working). - requirements.md: D1 — macOS targets now runtime-verified (release-macos dispatched end-to-end); DOC1 — canonical user docs now live on the deployed website. - ADR-ci-003 (+ docs/ci/adr README): Amendment 2 — CI on main, release-macos dispatched + verified; macOS runtime-verified. - docs/website/adr README: drop the stale "no CI yet". - .gitignore: ignore .wrangler/ (Cloudflare Wrangler cache) and .vscode/; remove the tracked website/.vscode/ an Astro template had added. D3 (package-manager manifests) + some install instructions remain open.
25 lines
490 B
Plaintext
25 lines
490 B
Plaintext
# Build artefacts
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Nix
|
|
# `nix build` output symlinks (`result`, `result-<name>`), direnv's cached env
|
|
/result
|
|
/result-*
|
|
.direnv/
|
|
|
|
# Snapshot test review files
|
|
*.snap.new
|
|
*.pending-snap
|
|
|
|
# Website tooling — Cloudflare Wrangler local cache/state (regenerable;
|
|
# CI deploys from website/, this dir only appears on a local wrangler run)
|
|
.wrangler/
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
# Astro/template-seeded editor configs we don't track (e.g. website/.vscode)
|
|
.vscode/
|