forked from matter-labs/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
121 lines (108 loc) · 2.12 KB
/
.gitignore
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
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
.vscode
.DS_Store
*.bak
node_modules
*.log
target
a.out
.gitconfig
cobertura.xml
tags
*.orig
.direnv
# Yarn files
.yarn/
.yarnrc.yml
.yarnrc
zksync_pk.key
dist
todo
Cargo.lock
!/Cargo.lock
!/infrastructure/zksync-crypto/Cargo.lock
!/prover/Cargo.lock
!/zkstack_cli/Cargo.lock
/etc/env/target/*
/etc/env/.current
/etc/env/configs/*
!/etc/env/configs/dev.toml
!/etc/env/configs/dev_validium.toml
!/etc/env/configs/dev_validium_docker.toml
!/etc/env/configs/ext-node.toml
!/etc/env/configs/ext-node-validium.toml
!/etc/env/configs/ext-node-docker.toml
!/etc/env/configs/ext-node-validium-docker.toml
!/etc/env/configs/stage.toml
!/etc/env/configs/stage-proofs.toml
!/etc/env/configs/testnet.toml
!/etc/env/configs/mainnet.toml
!/etc/env/configs/prover-local.toml
/etc/env/l1-inits
!/etc/env/l1-inits/stage.env
!/etc/env/l1-inits/stage_proofs.env
!/etc/env/l1-inits/testnet.env
!/etc/env/l1-inits/mainnet.env
/etc/env/l2-inits
!/etc/env/l2-inits/stage.init.env
!/etc/env/l2-inits/stage_proofs.init.env
!/etc/env/l2-inits/testnet.init.env
!/etc/env/l2-inits/mainnet.init.env
!/etc/env/base
!/etc/env/file_based
!/etc/env/dev.toml
!/etc/env/dev_validium.toml
!/etc/env/dev_validium_docker.toml
!/etc/env/docker.toml
!/etc/env/ext-node.toml
!/etc/env/ext-node-docker.toml
!/etc/env/ext-node-validium.toml
!/etc/env/*.yaml
!/etc/env/ext-node-validium-docker.toml
/etc/tokens/localhost.json
/etc/zksolc-bin/*
/etc/zkvyper-bin/*
/etc/solc-bin/*
/etc/vyper-bin/*
!/keys
/keys/*
!/keys/packed
/tmp
/volumes
/logs
/loadtest-config
/sdk/binaryen
.ipynb_checkpoints
loadtest_accounts_*
go_to_env.sh
server_logs.txt
core/lib/storage/.env
.zcli-config.json
db/
en_db/
db-ssd/
backups/
artifacts/
artifacts-zk/
cache-zk/
zksolc
verified_sources
# Hyperchain related
hyperchain-*.yml
/etc/hyperchains/prover-keys
/etc/hyperchains/artifacts
# Prover keys that should not be commited
prover/crates/bin/vk_setup_data_generator_server_fri/data/setup_*
prover/data/keys/setup_*
# ZK Stack CLI
chains/era/configs/*
chains/gateway/*
configs/*
era-observability/
core/tests/ts-integration/deployments-zk
transactions/