forked from succinctlabs/op-succinct
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (45 loc) · 781 Bytes
/
.gitignore
File metadata and controls
64 lines (45 loc) · 781 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
53
54
55
56
57
58
59
60
61
62
63
64
# MacOS dust
.DS_Store
# build output
/target
# witness data
data
# zip
**.zip
# vscode
.vscode
# .env files
.env*
!.env.example
# txt
**.txt
!LICENSE.txt
# Execution Report
execution-reports/
block-data/
# Rollup Config
**/rollup-config.json
# Stdins
stdins
**/bin/op-proposer
artifact_*
*.egg-info/
sp1-testing-suite-artifacts/
# Contracts
contracts/opsuccinctl2ooconfig.json
contracts/opsuccinctfdgconfig.json
**/soljson-latest.js
# Rollup Configs
configs/
!fault-proof/configs/
# Contract Bindings
**/codegen
# Grafana alloy config
config.alloy
# EigenDA SRS symlink (created by `just da-integration-tests eigenda`)
utils/eigenda/host/resources
# Forge build artifacts in tests/
tests/cache/
tests/out/
# Generated audit forkdiffs
audits/audit-forkdiff.html