forked from zk-coins/app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (28 loc) · 855 Bytes
/
Copy path.gitignore
File metadata and controls
31 lines (28 loc) · 855 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
node_modules/
.next/
out/
dist/
*.tsbuildinfo
.DS_Store
.env
.env.local
.env.*.local
*.pem
rust/target/
packages/zkcoins-wasm/src/pkg/README.md
test-results/
playwright-report/
# HTML report + failure artifacts copied out of the local E2E container
# (scripts/e2e-local.sh). Local-only, never committed.
playwright-report-local/
coverage/
# local design iteration artifacts (screenshots, helper scripts, references)
.design/
# Per-run E2E account fixtures (mnemonics + addresses) written by
# e2e/_global-setup.ts. They contain test-only secrets but should never
# be committed.
e2e/.fixtures/
# Handbook screenshots are derived artifacts — `scripts/sync-handbook-baselines.mjs`
# hardlinks them from e2e/*.spec.ts-snapshots/ at predev/prebuild time.
# Keep the canonical baselines in e2e/ as the single source of truth.
public/handbook/screenshots/