-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (40 loc) · 884 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (40 loc) · 884 Bytes
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
# dependencies
/node_modules
/.pnp
.pnp.js
# next.js
/.next/
/out/
next-env.d.ts
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
# pdf.js assets copied from node_modules at build time (see scripts/copy-pdfjs.mjs)
/public/pdf.worker.min.mjs
/public/pdfjs/
# test artifacts
/test-results/
/playwright-report/
/coverage/
# real-world example PDFs are downloaded on demand, never committed
# (only examples/real-world/{manifest.json,fetch.mjs,README.md} are tracked)
/examples/real-world/*.pdf
# batch-scan working dirs and any downloaded document releases. These routinely
# contain the very content a failed redaction exposed, so they never get
# committed — see scripts/unredact-scan/scan-release.mjs.
/scans/
/election-integrity/
/dni-scan/