forked from matter-labs/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
42 lines (42 loc) · 983 Bytes
/
.dockerignore
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
*
!docker/prover/prover-entry.sh
!docker/local-node/entrypoint.sh
!docker/external-node/entrypoint.sh
!docker/contract-verifier/install-all-solc.sh
!etc/test_config
!etc/env/dev.env.example
!etc/env/docker.env
!etc/env/base
!etc/tokens
!etc/ERC20
!artifacts
!keys
keys/setup
!bin/
!db/
!backups/
!core/
!prover/
!yarn.lock
!package.json
!Cargo.lock
!Cargo.toml
!contracts/
!setup_2\^26.key
# It's required to remove .git from contracts,
# otherwise yarn tries to use .git parent directory that
# doesn't exist.
contracts/.git
!infrastructure/local-setup-preparation
!infrastructure/zk
!sdk/zksync-rs
!contracts/system-contracts/bootloader/build/artifacts
!contracts/system-contracts/contracts-preprocessed/artifacts
!contracts/system-contracts/contracts-preprocessed/precompiles/artifacts
!contracts/system-contracts/artifacts-zk
!etc/multivm_bootloaders
!cargo
!bellman-cuda
!prover/vk_setup_data_generator_server_fri/data/
!.github/release-please/manifest.json
!trusted_setup.json