forked from kadrkn/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (56 loc) · 838 Bytes
/
.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
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
.vscode
.DS_Store
*.bak
node_modules
*.log
target
a.out
.gitconfig
cobertura.xml
tags
*.orig
zksync_pk.key
dist
todo
Cargo.lock
!/Cargo.lock
!/core/bin/prover/Cargo.lock
!/core/bin/circuit_synthesizer/Cargo.lock
!/core/bin/setup_key_generator_and_server/Cargo.lock
!/core/bin/verification_key_generator_and_server/Cargo.lock
!/infrastructure/zksync-crypto/Cargo.lock
/etc/env/*
!/etc/env/dev.env.example
!/etc/env/docker.env
!/etc/env/ci.env
!/etc/env/base
/etc/tokens/localhost.json
/etc/zksolc-bin/*
/etc/solc-bin/*
!/keys
/keys/*
!/keys/packed
/tmp
/volumes
/logs
/loadtest-config
/sdk/binaryen
.ipynb_checkpoints
loadtest_accounts_*
go_to_env.sh
core/lib/storage/.env
.zcli-config.json
db/
db-ssd/
backups/
artifacts/
artifacts-zk/
cache-zk/
zksolc
.github