-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (69 loc) · 1.13 KB
/
.gitignore
File metadata and controls
83 lines (69 loc) · 1.13 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
79
80
81
82
83
# Workflow docs (local only)
workflow
create_issue
review_pr
sentry_bugs
# Diagnostic harness output (scripts/diagnose-cef-runtime.mjs)
diagnosis-*.json
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
package-lock.json
node_modules
dist
dist-ssr
dist-web
*.local
# Environment variables
.env
.env.local
.env.*.local
my_docs
# Local prompt dumps written by `scripts/debug-agent-prompts.sh`.
# Run-specific snapshots — never checked in.
prompt-dumps/
# CI secrets for local testing (contains real tokens)
scripts/ci-secrets.json
scripts/ci-secrets.local.json
# act (local GitHub Actions runner)
.secrets
.vars
.actrc
.github/act-event.json
# Editor directories and files
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
references/
app/src-tauri/runtime-skill-*
.mypy_cache
.ruff_cache
.kotlin
.cargo
CLAUDE.local.md
# Test artifacts
e2e-results/
wdio-logs/
test-results/
coverage/
app/public/generated/remotion/
tauri.key
tauri.key.pub
/target/
src-tauri/target/
.target-codex/
workflow
.fastembed_cache
overlay/src-tauri/target/
.claude/*.lock
app/.claude/scheduled_tasks.lock
target-test-run