-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy path.gitignore
More file actions
218 lines (197 loc) · 5.08 KB
/
Copy path.gitignore
File metadata and controls
218 lines (197 loc) · 5.08 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
*.bak
*.swp
*.tmp
*~.nib
*.iml
*.launch
*.swp
*.log
*.jar
*.pem
*.tsbuildinfo
*.out
*.cbor
*.pprof
*.trace
*.exe
*.exe~
*.dll
*.so
*.dylib
*.iml
*.test
*.cov.tmp
*.iws
*.ipr
.classpath
.DS_Store
.env
.envrc
.java-version
.vscode
.loadpath
.metadata
.openzeppelin
.pnp
.pnp.js
.pnpm-store
.prefs
.project
.settings
.springBeans
.vercel
.vertx
.run/**.run.xml
.gocache
.vscode
.idea
.ipynb_checkpoints
# Ignore .cursor config but commit shared team rules (BUGBOT.md, rules/).
.cursor/*
!.cursor/BUGBOT.md
!.cursor/rules/
# Ignore .codex config but commit shared team skills/rules etc.
.codex/config.toml
atlassian-ide-plugin.xml
circuit.bin
coverage.html
debug.log
lispified
local.properties
next-env.d.ts
npm-debug.log*
tsconfig.build.tsbuildinfo
yarn-debug.log*
yarn-error.log*
proving_key.bin
.externalToolBuilders/
.gradle/
.idea/
.next/
.recommenders/
.idea_modules/
**/src/*/generated
**/.direnv
# Prisma generated clients
operations/native-yield/lido-governance-monitor/prisma/client/
bin/
build/
cache_forge/
coverage/
dist/
ipfs-cache/
node_modules/
out/
playwright-report/
target/
tmp/
typechain/
typechain-types/
**/generated/**
__pycache__/
/besu-plugins/linea-sequencer/**/site
/contracts/.env~
/contracts/coverage.json
/contracts/**/cache
/contracts/deployments/zkevm_dev
/contracts/lib/forge-std/
/contracts/signer-ui/.next/
/contracts/signer-ui/node_modules/
/jvm-libs/**/linux-aarch64
/jvm-libs/**/linux-x86-64
/jvm-libs/**/darwin-aarch64
/jvm-libs/**/darwin-x86-64
/prover/**/*.csv
# Exclude files in testdata directories, but not the directories themselves to allow
# add exceptions (gitignore doesn't permit exceptions when root dir is excluded)
/prover/**/testdata/*
# Testdata, otherwise that's 400MB of data downloaded
/prover/**/integration-testing/testdata/prover-requests/
/prover/**/vendor/
/prover/zkevm/zkevm.bin
/prover/prover-assets/**
/prover/**/profiling
/prover/**/large_data
/prover/**/test-data
/prover/**/cmake-build-*/
/prover/cmd/contract-gen/contract-gen
/prover/cmd/contract-gen/docker/**
/prover/integration/full-mode/**/config/prover-aggregation.toml
/prover/**/*-*-zkProof.json
/prover/**/prover/zkevm/arithmetization/zkevm.bin
/prover/crypto/ringsis/**/*.txt
/sdk/.nyc_output/
/sdk/scripts/contractAddresses.json
/sdk/src/lib/**/*.js
/sdk/scripts/*.js
/sdk/postman.db
/ts-libs/**/lib/**/*.so
/ts-libs/**/lib/**/*.dylib
/docker/config/l2-genesis-initialization/*.json
/docker/config/l2-genesis-initialization/*.toml
/docker/config/l2-genesis-initialization/fork-timestamp.txt
# Lineth Stack quickstart local runtime artifacts and evidence bundles.
/docs/getting-started/lineth-stack/.rendered/
/docs/getting-started/lineth-stack/rendered/
/docs/getting-started/lineth-stack/artifacts/*
!/docs/getting-started/lineth-stack/artifacts/.gitignore
/docs/getting-started/lineth-stack/lineth-output/
!.gitkeep
!operations/bin/
# Authorize the kzg srs folder
!prover/prover-assets/kzgsrs/**
!prover/**/testdata/**/*.csv
!prover/**/testdata/**/*.json
!prover/symbolic/testdata/**/*.tar.gz
# except for single-round bin
!prover/**/single_round/bin/
# Various logging outputs
!prover/**/testdata/**/*.csv
!prover/**/utils/profiling
!prover/**/verifying_key.bin
!/sdk/src/lib/compressor/bin
# Allow BLS glue testdata generators
!prover/zkevm/prover/bls/testdata/*.go
# Prover serde testdata
!prover/protocol/serde/testdata/*.txt
# Usually the profiling pdfs
prover/*.pdf
# Usually request/response files
prover/*.json
# Usually helper shell scripts to run the prover
prover/*.sh
## Verifier-ray generated testdata fixtures
!verifier-ray/testdata/generated/*.zig
.claude/settings.local.json
contracts/.claude/settings.local.json
*.analysis-report.html
.worktrees/
e2e/e2e-runtime-report.html
e2e/e2e-runtime-report-summary.json
/linea-besu/.besu-resolved
.zig-cache/
arithmetization/src/test/zig/zig-pkg/
arithmetization/src/test/linker_script.ld
arithmetization/src/test/scripts/output-*/
# Stray host-target binaries that `cargo build` / `rustc` may produce next
# to the source when invoked without --target riscv64im-unknown-none-elf.
# Update this list whenever a new .rs guest program is added under
# arithmetization/src/test/rust/src/.
arithmetization/src/test/rust/src/custom_std
arithmetization/src/test/rust/src/stack_load_test
arithmetization/src/test/rust/src/test
arithmetization/src/test/rust/src/keccak/keccak
arithmetization/src/test/rust/src/blake/blake_core
arithmetization/src/test/rust/src/blake/blake_from_main
arithmetization/src/test/rust/src/blake/blake_test_vectors
arithmetization/src/test/rust/src/blake/blake_with_in_bytes
arithmetization/src/test/rust/src/blake/blake_with_in_embedded
arithmetization/src/test/common_inputs/*.json
arithmetization/src/test/common_inputs/*.json.err
# RISC-V guest build artifacts and dependency caches are ignored per-directory:
# see riscv-guests/.gitignore (each guest package has its own zig-out/zig-pkg/.zig-cache).
# Runtime sequencer deny-list, seeded empty by Makefile/gradle before each env start
# and mutated by E2E tests via withDenyListAddresses. Never commit.
docker/config/linea-besu-sequencer/deny-list.txt
docker/config/linea-besu-sequencer/deny-list.txt.lock
**/.venv