breadhelp/.gitignore
Breadway 0d540c6bb9
All checks were successful
dev release / build (push) Successful in 49s
Skip building the help window on silent every-login autostart
Keep a warm GApplication with hold() so Super+/ still hits a resident
process, without paying for tabs that may never open. Ignore graphify-out.
2026-08-23 15:08:58 +08:00

45 lines
536 B
Text

# Rust build artifacts
/target/
**/*.pdb
# makepkg local build artifacts
packaging/pkg/
packaging/src/
packaging/*.tar.gz
packaging/*.pkg.tar.zst
# 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
# Runtime / logs
*.log
logs/
*.pid
*.sock
# Claude Code local agent state
.claude/
# Local hygiene notes (not for commit)
# graphify knowledge-graph output (local tool cache, not for commit)
graphify-out/