-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (41 loc) · 793 Bytes
/
.gitignore
File metadata and controls
51 lines (41 loc) · 793 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
node_modules/
dist/
build/
.env
.env.local
*.js.map
*.d.ts.map
.security-review/
.semgrep/
# SST
.sst/
# We don't need access to infra `Resource.{key}` at runtime,
# so there is no need to keep the auto-generated sst-env.d.ts
# file around.
infra/sst-env.d.ts
# TypeScript build output
packages/*/dist/
# Keep the stub dist for CDK synth; real build output is not tracked
!packages/website/dist/index.html
# Test coverage
coverage/
# OS
.DS_Store
# Claude Code
.claude
# Compiler files
contracts/cache/
contracts/out/
# Ignores development broadcast logs
!/broadcast
/contracts/broadcast/*/31337/
/contracts/broadcast/**/dry-run/
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/
# Sentry Config File
.env.sentry-build-plugin
.auth