All checks were successful
Build AppImage / build (push) Successful in 7m14s
Wenn User während laufender Verarbeitung tippt, erschien "Denkt nach" zweimal: einmal in der leeren Assistant-Message und nochmal als separater Block. Jetzt wird der separate Block nur gezeigt wenn nirgends eine leere Assistant-Message existiert. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
40 lines
494 B
Text
40 lines
494 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
.svelte-kit/
|
|
|
|
# Rust/Tauri
|
|
src-tauri/target/
|
|
src-tauri/gen/
|
|
|
|
# Nix build outputs
|
|
result
|
|
result-*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Voice-Modelle (zu groß für Git, ~250MB)
|
|
models/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# package-lock.json wird committet - npm ci im Runner braucht sie
|
|
.claude/scheduled_tasks.lock
|
|
vscode-extension/out/
|
|
vscode-extension/node_modules/
|
|
*.vsix
|
|
vscode-extension/package-lock.json
|