-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (85 loc) · 1.74 KB
/
Copy path.gitignore
File metadata and controls
96 lines (85 loc) · 1.74 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
84
85
86
87
88
89
90
91
92
93
94
95
96
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
/test-results
/playwright-report
/playwright/.consent-state.json
/.lighthouseci/
build_output.txt
/screenshots
# next.js
/.next/
/out/
/.trigger/
.next_dev_pid
# production
/build
# misc
.DS_Store
*.pem
# local agent/ops artifacts
/logs
/memory
/artifacts/
/e2e/_design-audit-inspect.spec.ts
/.claude/scheduled_tasks.lock
/.claude/skills/*/scripts/
# audit/agent run scratch (committed reports live alongside;
# these are working-directory noise from previous agent passes)
/audit-working*/
/audit-2026-*/
/AUDIT_REPORT_*_2026-05-22.md
/AUDIT_REPORT_v3_2026-05-22.md
/AUDIT_REPORT_v4_2026-05-23.md
/DEEP_E2E_AUDIT_MASTER_PROMPT.md
/APP_LINK_INTEGRITY_REPORT.md
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
artifacts/security-baseline-report.json
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
/scripts/*
!/scripts/test-*.js
!/scripts/check-*.js
!/scripts/check-*.mjs
!/scripts/build-*.mjs
!/scripts/run-*.mjs
!/scripts/stylelint-lite.mjs
!/scripts/verify-*.mjs
!/scripts/verify-*.js
# Underscore-prefixed shared helpers (eg _node20-ws-shim.mjs) — tracked.
!/scripts/_*.mjs
!/scripts/_*.cjs
!/scripts/onboard-*.mjs
!/scripts/upgrade-*.sql
!/scripts/api-contracts-known-undocumented.json
!/scripts/summarize-*.mjs
!/scripts/snapshot-*.mjs
!/scripts/backfill-*.mjs
!/scripts/.security-definer-rpc-allowlist.json
!/scripts/record-*.mjs
!/scripts/rotate-*.mjs
!/scripts/provision-*.sh
.npm-cache/
.gitnexus
gitnexus/
supabase/.temp/
combined-migrations.sql
tmp/