-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (57 loc) · 1.62 KB
/
Copy path.gitignore
File metadata and controls
78 lines (57 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# VS Code
.vscode/
# IntelliJ IDEA project files
.idea/
/*.iml
# Ignored design files and similar
_ignored/
# macOS system files
.DS_Store
# Personal Claude hooks
.claude/hooks/session-start.sh
# Claude agent workflow state — auto-created when the agent runs, not source-of-truth
.claude/scheduled_tasks.lock
.claude/worktrees/
# .env files
.env
.env.*
!.env.example
# Local blog-editor autosaves
.blog-drafts/
# Node modules (monorepo-wide)
node_modules/
.pnpm-store/
# SvelteKit build files
.svelte-kit/
# Tauri/Vite build files
build/
# Freestyle.sh VM ID (local to each developer)
.freestyle-vm-id
# Test results
playwright-report/
test-results/
coverage/
.vitest-localstorage*
# Rust build artifacts
target/
# Auto-generated capability file for playwright-e2e feature (created by build.rs)
apps/desktop/src-tauri/capabilities/playwright.json
# Go-built check-runner binaries (one per tool dir)
scripts/check/check
scripts/check-a11y-contrast/check-a11y-contrast
scripts/check-btn-restyle/check-btn-restyle
scripts/check-css-unused/check-css-unused
# Downloaded llama-server binaries (fetched at build time, not committed).
# Both forms because worktrees replace the dir with a symlink that points into
# the main clone; the trailing-slash pattern alone won't catch that symlink.
apps/desktop/src-tauri/resources/ai/
apps/desktop/src-tauri/resources/ai
.cargo-docker/
# Entire.io
.entire/
# Per-milestone progress tracker for in-flight feature work (transient, recovery aid)
docs/specs/file-viewer-selection-progress.md
# CodeGraph
.codegraph/
# Wrangler local state (local D1/KV/R2 for `wrangler dev --local`), regenerable
.wrangler/