The tagged ISO workflow fetched bos-settings/src/Cargo.toml from the dev branch (404 after the Tauri split) and cargo-built bread-theme. bread-theme 0.7.1 is already on the stable index. Stage required bins, units, breadhelp content, and desktop/license files from the minisign-verified index instead; optional bread-emit/module-host skip until bread publishes them. Fail the bake if a required bin is missing.
51 lines
587 B
Text
51 lines
587 B
Text
# Rust build artifacts
|
|
/target/
|
|
**/*.pdb
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.direnv/
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.local
|
|
*.env.*
|
|
secrets/
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
|
|
# archiso build artifacts (these are large and reproducible)
|
|
/iso-build/
|
|
/iso-out/
|
|
/out/
|
|
*.iso
|
|
*.img
|
|
|
|
# Runtime / logs
|
|
*.log
|
|
logs/
|
|
*.pid
|
|
*.sock
|
|
|
|
# Claude Code local agent state
|
|
.claude/
|
|
|
|
# Wallpaper source drop (baked copy lives in airootfs/usr/share/backgrounds)
|
|
/Bread Background.png
|
|
|
|
# Local hygiene notes (not for commit)
|
|
CLAUDE.md
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|