All checks were successful
dev release / build (push) Successful in 1m29s
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.
38 lines
388 B
Text
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
|