This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
.dockerignore
71 lines (50 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Ignore the IDE files
*.idea
/build
/cli/Cargo.lock
/cli/target/
/tp/Cargo.lock
/tp/target/
/example/intkey_multiply/cli/target/
/example/intkey_multiply/cli/Cargo.lock
/example/intkey_multiply/processor/target/
/example/intkey_multiply/processor/Cargo.lock
/integration/target/
/integration/Cargo.lock
/sdks/rust/Cargo.lock
/sdks/rust/target/
/sdks/assemblyscript/node_modules
/sdks/assemblyscript/package-lock.json
/sdks/assemblyscript/build
/keys
/docs/build
/docs/source/cli/output
/integration/target/
/integration/Cargo.lock
.DS_Store
contracts/sawtooth-pike/api/Cargo.lock
contracts/sawtooth-pike/api/src/protos
contracts/sawtooth-pike/api/target/
contracts/sawtooth-pike/cli/Cargo.lock
contracts/sawtooth-pike/cli/target/
contracts/sawtooth-pike/cli/src/protos/
contracts/sawtooth-pike/state_delta_export/Cargo.lock
contracts/sawtooth-pike/state_delta_export/target/
contracts/sawtooth-pike/state_delta_export/src/protos
contracts/sawtooth-pike/db/pike_db/Cargo.lock
contracts/sawtooth-pike/db/pike_db/target/
contracts/sawtooth-pike/addresser/Cargo.lock
contracts/sawtooth-pike/addresser/target/
contracts/sawtooth-pike/docs/build
contracts/sawtooth-pike/sp_executor_sdk/Cargo.lock
contracts/sawtooth-pike/sp_executor_sdk/target/
contracts/sawtooth-pike/sp_sdk/Cargo.lock
contracts/sawtooth-pike/sp_sdk/target/
contracts/sawtooth-pike/tp/Cargo.lock
contracts/sawtooth-pike/tp/src/protos/
contracts/sawtooth-pike/tp/target/
contracts/sawtooth-pike/examples/intkey/Cargo.lock
contracts/sawtooth-pike/examples/intkey/target/
contracts/inc-dec-key/node_modules
contracts/inc-dec-key/package-lock.json
contracts/inc-dec-key/build