-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (65 loc) · 1.45 KB
/
.gitignore
File metadata and controls
76 lines (65 loc) · 1.45 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
.project
.CommandBox
.settings
.classpath
.engine
CFIDE
cfide
WEB-INF
META-INF
/target
/temp/
/manual/
/bin/
/migrator/sql/
# Vendor dependencies (except wheels core which is tracked as source)
/vendor/*
!/vendor/wheels/
/cli/workspace/
/cli/simpletestapp/
# Database files
/db/
settings.json
settings.xml
*.db
.claude/settings.local.json
# Node.js (dev tooling: husky, commitlint)
node_modules/
# CLI test output (but track spec sources)
cli/tests/*
!cli/tests/specs/
test-output/
tests/_output/
.worktrees/
.grove/
.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/worktrees/
.claude/launch.json
CLAUDE.local.md
.DS_Store
.superpowers/
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/
# Node / Astro (web/)
web/**/node_modules/
web/**/.astro/
web/**/dist/
web/**/.wrangler/
web/**/.turbo/
web/.pnpm-store/
# Wayback recovery run log (resumes across runs, not meaningful for review)
web/scripts/.wayback-log.json
# Visual regression artifacts: diffs + captured actuals are produced on failure
# runs and aren't source. Baselines at web/tests/visual-baselines/ ARE tracked.
web/tests/visual-diffs/
# Local wrangler state (from local runs of wrangler pages deploy)
.wrangler/
# API docs snapshot artifacts — generated fresh from the running Wheels server
# on every develop CI run, then used to build the api site. Never committed.
/docs/api/v*-snapshot.json
/web/sites/api/src/content/docs/v*-snapshot/