mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-14 15:42:02 +02:00
Test runs from the repo root were picking up every git worktree under .claude, running 648 tests across 102 files instead of 322 across 34. That made results misleading rather than just noisy: a failure in an unrelated worktree showed up as a failure here. Ignores the directory too. Only settings.local.json was listed, while rules.md stays tracked.
62 lines
932 B
Plaintext
62 lines
932 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
!.vscode/launch.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.eslintcache
|
|
out
|
|
|
|
*.sqlite
|
|
*.sqlite-*
|
|
|
|
.cargo
|
|
|
|
.tmp
|
|
tmp
|
|
.zed
|
|
codebook.toml
|
|
target
|
|
|
|
# Per-worktree Tauri config (generated by post-checkout hook)
|
|
crates-tauri/yaak-app-client/tauri.worktree.conf.json
|
|
crates-tauri/yaak-app-proxy/tauri.worktree.conf.json
|
|
|
|
# Tauri auto-generated permission files
|
|
**/permissions/autogenerated
|
|
**/permissions/schemas
|
|
|
|
# Flatpak build artifacts
|
|
flatpak-repo/
|
|
.flatpak-builder/
|
|
flatpak/flatpak-builder-tools/
|
|
flatpak/cargo-sources.json
|
|
flatpak/node-sources.json
|
|
|
|
# Local Codex desktop env state
|
|
.codex/environments/environment.toml
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|
|
.claude/worktrees/
|