forked from crypto-com/thaler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
43 lines (42 loc) · 1.08 KB
/
.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
*
!/ci-scripts
!/chain-abci
!/chain-core
!/chain-tx-filter
!/chain-tx-validation
!/client-cli
!/client-common
!/client-core
!/client-network
!/client-rpc
!/test-common
!/dev-utils
!/enclave-protocol
!Carog.lock
!Cargo.toml
!/docker
!/target/debug/client-cli
!/target/debug/chain-abci
!/target/debug/client-rpc
!/target/debug/dev-utils
!/target/debug/tx_query_enclave.signed.so
!/target/debug/tx-validation-app
!/target/debug/tx_validation_enclave.signed.so
!/target/debug/tx-query2-enclave-app.sig
!/target/debug/tx-query2-enclave-app.sgxs
!/target/debug/tx-validation-next.sig
!/target/debug/tx-validation-next.sgxs
!/target/debug/ra-sp-server
!/target/release/client-cli
!/target/release/chain-abci
!/target/release/client-rpc
!/target/release/dev-utils
!/target/release/tx-query2-enclave-app.sig
!/target/release/tx-query2-enclave-app.sgxs
!/target/release/tx-validation-next.sig
!/target/release/tx-validation-next.sgxs
!/target/release/ra-sp-server
!/target/release/tx_query_enclave.signed.so
!/target/release/tx-validation-app
!/target/release/tx_validation_enclave.signed.so
/docker/Dockerfile