forked from hyperledger-archives/sawtooth-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (75 loc) · 2.13 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
# 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/settings/sawtooth_settings/protobuf/
/families/supplychain/python/sawtooth_supplychain/protobuf
/families/**/__pycache__/
/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/protobuf/protobuf_bundle.json
/sdk/examples/xo_python/**/__pycache__/
/sdk/examples/xo_javascript/node_modules/
/sdk/examples/intkey_python/**/__pycache__/
/sdk/examples/supplychain/python/**/__pycache__/
/sdk/examples/intkey_javascript/node_modules/
/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/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/burrow_evm/bin/
/families/burrow_evm/src/sawtooth_burrow_evm/protobuf/
/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/