forked from hyperledger-archives/sawtooth-supply-chain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
125 lines (107 loc) · 3.3 KB
/
.gitignore
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Exclude IDE and Editor files
/.idea/
*.sublime*
# Exclude vagrant and config files in the tools/ directory
/tools/.vagrant/
/tools/conf-local.sh
/tools/vagrant.local.yaml
/tools/cache/
/tools/ubuntu-xenial-16.04-cloudimg-console.log
# Everything else
/build/
/cli/build/
/cli/sawtooth_cli/protobuf/
/cli/**/__pycache__/
/consensus/**/__pycache__/
/consensus/**/build/
/consensus/**/protobuf/
/consensus/poet/sgx/*.so
/consensus/poet/sgx/deps
/consensus/poet/sgx/*.so
/consensus/poet/sgx/nose2-junit.xml
/consensus/poet/sgx/**/poet_enclave.py
/consensus/poet/sgx/**/poet_enclave_wrap.cpp
/core/sawtooth_core.egg-info/
/families/**/__pycache__/
/families/settings/sawtooth_settings/protobuf/
/families/smallbank/smallbank_go/src/protobuf/
/families/smallbank/smallbank_go/bin/
/families/supplychain/python/sawtooth_supplychain/protobuf
/families/supplychain/python/build/
/families/track_and_trade/**/node_modules
/families/track_and_trade/**/package-lock.json
/families/track_and_trade/processor/sawtooth_track_and_trade/protobuf
/families/track_and_trade/client/public/dist
/families/track_and_trade/client/src/protos.json
/families/track_and_trade/server/rethinkdb_data
/families/track_and_trade/server/fish.batch
/families/block_info/sawtooth_block_info/protobuf
/families/identity/sawtooth_identity/protobuf
/coverage
/coverage/html
/**/.coverage
/docs/build/
/docs/source/_autogen/
/docs/source/cli/output/
/extensions/arcade/sawtooth_arcade.egg-info/
/integration/**/__pycache__/
/manage/**/__pycache__/
/rest_api/build/
/rest_api/sawtooth_rest_api/protobuf/
/rest_api/**/__pycache__/
/sdk/python/build/
/sdk/python/sawtooth_sdk/protobuf/
/sdk/python/**/__pycache__/
/sdk/javascript/node_modules
/sdk/javascript/package-lock.json
/sdk/javascript/protobuf/protobuf_bundle.json
/sdk/examples/xo_python/**/__pycache__/
/sdk/examples/xo_javascript/node_modules/
/sdk/examples/xo_javascript/package-lock.json
/sdk/examples/intkey_python/**/__pycache__/
/sdk/examples/supplychain/python/**/__pycache__/
/sdk/examples/intkey_javascript/node_modules/
/sdk/examples/intkey_javascript/package-lock.json
/sdk/examples/intkey_java/dependency-reduced-pom.xml
/sdk/examples/intkey_java/target/
/sdk/examples/noop_python/**/__pycache__/
/sdk/examples/xo_java/dependency-reduced-pom.xml
/sdk/examples/xo_java/target/
/sdk/java/target/
/sdk/go/src/sawtooth_sdk/protobuf/
/sdk/go/src/mocks/
/sdk/go/src/github.com/
/sdk/go/bin/
/sdk/examples/intkey_go/bin/
/sdk/examples/xo_go/bin/
/sdk/examples/noop_go/bin/
/sdk/go/pkg/
/sdk/go/src/golang.org/
/sdk/go/src/gopkg.in/
/families/seth/bin/
/families/seth/src/sawtooth_seth/protobuf/
/families/seth/rpc/Cargo.lock
/families/seth/rpc/target/
/families/seth/rpc/src/messages/*.rs
!/families/seth/rpc/src/messages/mod.rs
/families/seth/rpc/tests/protobuf/
/sdk/rust/target
/sdk/rust/Cargo.lock
/sdk/rust/src/messages/*.rs
!/sdk/rust/src/messages/mod.rs
/signing/build/
/signing/sawtooth_signing.egg-info/
/signing/**/__pycache__/
/utility/**/__pycache__/
/validator/build/
/validator/sawtooth_validator.egg-info/
/validator/sawtooth_validator/protobuf/
/validator/**/__pycache__/
/sdk/cxx/build/
/perf/sawtooth_perf/Cargo.lock
/perf/sawtooth_perf/target/
/perf/sawtooth_workload/Cargo.lock
/perf/sawtooth_workload/target/
/perf/smallbank_workload/src/smallbank.rs
/perf/smallbank_workload/Cargo.lock
/perf/smallbank_workload/target/