bread/.gitignore
Breadway 6063eb901c
All checks were successful
dev release / build (push) Successful in 1m29s
State engine applies bread.hyprland.* and snapshots compositor topology
Match both legacy and namespaced Hyprland events so flipping
legacy_hyprland_event_names no longer freezes monitors/workspace/window.
On event-socket connect, query socket1 and emit bread.hyprland.snapshot
to populate RuntimeState (including workspaces). API 1.7.1.
Track AGENTS.md instead of gitignored CLAUDE.md.
2026-08-15 22:03:30 +08:00

38 lines
388 B
Text

# Rust build artifacts
target/
# Editor and IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS artifacts
.DS_Store
Thumbs.db
desktop.ini
# Environment and secrets
.env
.env.*
*.env
*.pem
*.key
*.p12
secrets/
# Log files
*.log
logs/
# Runtime files
*.sock
*.pid
# Internal project docs and spec files kept out of public history
Overview.md
DAEMON.md
LUA_RUNTIME.md
CLAUDE_SPEC.md
.claude