mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
d16df49f86
* feat: add Claude Code hooks for formatting and notifications - Add PostToolUse hooks to auto-format files after Edit/Write: - format-frontend.sh: runs prettier on frontend files - format-backend.sh: runs rustfmt on backend Rust files - Add Notification hook to alert user when Claude needs input - Add edition=2021 to rustfmt.toml for proper parsing - Update .gitignore for symlinked cache directories - Add additional bash permissions for cargo check and npm scripts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * remove echo * notification when in ssh as well --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
346 B
Plaintext
22 lines
346 B
Plaintext
target/
|
|
.DS_Store
|
|
nohup.out
|
|
local/
|
|
frontend/src/routes/test.svelte
|
|
CaddyfileRemoteMalo
|
|
*.swp
|
|
**/.idea/
|
|
.direnv
|
|
/.vscode
|
|
.dev-docker-wrapper*
|
|
backend/.minio-data
|
|
.aider*
|
|
!.aiderignore
|
|
rust-client/Cargo.toml
|
|
|
|
# Symlinked cache directories (for git worktrees)
|
|
backend/target
|
|
frontend/node_modules
|
|
typescript-client/node_modules
|
|
frontend/.svelte-kit
|