-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 1.02 KB
/
Copy path.gitignore
File metadata and controls
46 lines (38 loc) · 1.02 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
node_modules/
dist/
build/
.DS_Store
*.log
# Runner output
# /results stays untracked until every maintainer has been notified. Committing
# them puts named findings in a public repository, which is publication whatever
# the website is showing. See docs/DECISIONS.md 004 and 020.
# Anchored to the repo root on purpose: the unanchored pattern also swallowed
# web/app/results, the gate-aware PAGES, which contain no findings and are
# what stops the live /results link resolving to a 404.
/results/
test-results/
playwright-report/
traces/
# Env
.env
.env.local
# Editor
.vscode/
.idea/
# Generated site
site/dist/
site/dist-ts/
# Full text of the docs, held back until every maintainer has been notified.
# Restore with: pnpm restore:docs
docs/.unredacted/
# Private maintainer reports. Findings nobody has seen yet.
notifications/
# Next.js
web/out
web/.next
web/public/api
web/next-env.d.ts
web/tsconfig.tsbuildinfo
# Playground mount bundles are build artefacts (see web/scripts/build-mounts.mjs).
web/public/playground-mounts