forked from OffchainLabs/nitro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dockerignore
52 lines (45 loc) · 940 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
43
44
45
46
47
48
49
50
51
52
**/.github
.make
**/.dockerignore
**/Dockerfile
**/.gitignore
**/.git
**/.gitmodules
go-ethereum/tests
**/*.yml
contracts/build
contracts/cache/
safe-smart-account/build/
solgen/go
**/node_modules
target/**/*
!target/machines
!target/machines/*
!target/machines/**/*
brotli/buildfiles/**/*
# these are used by environment outside the docker:
nitro-testnode/**/*
# Arbitrator ignores
arbitrator/tools/module_roots
arbitrator/tools/pricer
# Rust outputs
arbitrator/target/**/*
arbitrator/target
arbitrator/stylus/tests/*/target/
arbitrator/wasm-testsuite/target/
arbitrator/wasm-libraries/target/
arbitrator/tools/wasmer/target/
arbitrator/tools/wasm-tools/
arbitrator/tools/pricers/
arbitrator/tools/module_roots/
arbitrator/langs/rust/target/
arbitrator/langs/bf/target/
# Compiled files
**/*.o
**/*.a
*.wasm
# Autogenerated test files
arbitrator/prover/test-cases/**/*
arbitrator/prover/test-cases
# external tools and IDEs
.vscode