forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.dockerignore
More file actions
47 lines (44 loc) · 900 Bytes
/
.dockerignore
File metadata and controls
47 lines (44 loc) · 900 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
# All the files we depend on. We are using a negative pattern to not include anything by accident.
# node_modules, packages (contains git submodules and node modules etc.), devnet dirs etc. all add up a lot.
*
# Include contracts
!/packages/contracts-bedrock
# Exclude generated files and node modules from contracts
/packages/contracts-bedrock/forge-artifacts
/packages/contracts-bedrock/artifacts
/packages/contracts-bedrock/cache
/packages/contracts-bedrock/broadcast
!/cannon
!/devnet-sdk
!/op-batcher
!/op-chain-ops
!/op-deployer
!/op-dripper
!/op-challenger
!/op-dispute-mon
!/op-conductor
!/op-node
!/op-preimage
!/op-program
!/op-proposer
!/op-service
!/op-supervisor
!/op-test-sequencer
!/op-validator
!/op-wheel
!/op-alt-da
!/op-faucet
!/op-interop-mon
!/op-core
!/go.mod
!/go.sum
!/justfile
!/justfiles
!/mise.toml
!/op-e2e/e2eutils
!/op-geth
!Makefile
**/bin
**/testdata
**/tests
.env