bos/.gitignore
Breadway 3fa1dd20ba
Some checks failed
Build and release ISO / release-iso (push) Failing after 48s
can't be bothered writing a commit message
2026-07-29 21:18:28 +08:00

47 lines
558 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