-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (55 loc) · 1.67 KB
/
Copy path.gitignore
File metadata and controls
62 lines (55 loc) · 1.67 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
# ── Build artifacts ──────────────────────────────────────────
*.exe
*.exe~
*.dll
*.so
*.dylib
/bin/
/dist/
# ── Test / coverage ─────────────────────────────────────────
*.out
*_cov
cover/
cover_new/
cover_store.html
coverage
coverage/
coverage_config/
coverage_store/
coverage.html
coverage_full.txt
zero_coverage.txt
test_output.txt
mq_coverage
# ── OS generated ────────────────────────────────────────────
.DS_Store
Thumbs.db
CON
# ── Editor / IDE ────────────────────────────────────────────
.vscode/
.idea/
*.iml
*.swp
*~
# ── Project-specific ────────────────────────────────────────
.copilot/
.claude/skills/
/gotuiperf.yaml
# ── Web (Astro) ─────────────────────────────────────────────
web/node_modules/
web/dist/
web/.astro/
web/test-results/
web/playwright-report/
# ── Screenshots tool (Playwright) ──────────────────────────
.screenshots-check/
web/.screenshots-check/
web/public/screenshots/**/*.html
cmd/screenshots/node_modules/
cmd/screenshots/package.json
cmd/screenshots/package-lock.json
dispatch_debug.log
dispatch_test.log
/dispatch
# Playwright MCP capture artifacts
.playwright-mcp/