forked from integritee-network/worker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (54 loc) · 1.02 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
# Generated by Cargo
# will have compiled files and executables
**/target/
/log/*
# These are backup files generated by rustfmt
**/*.rs.bk
# binaries
bin/*.so
bin/substratee-*
bin/*.wasm
bin2/substratee-*
# sealed data
bin/*.bin
# public RSA key
bin/rsa_pubkey.txt
bin/ecc_pubkey.txt
# VS Code settings
.vscode
#intelliJ
.idea/
*.iml
*.log
# keystores
my_keystore/*
my_trusted_keystore/*
# generated enclave files
worker/Enclave_u.*
worker/libEnclave_u.*
enclave/Enclave_t.*
enclave/enclave.so
lib/libEnclave_u.*
lib/libcompiler-rt-patch.a
lib/libenclave.a
# certificate, key, spid and generated report for remote attestation
bin/client.crt
bin/client.key
bin/spid.txt
bin/spid_production.txt
bin/key.txt
bin/key_production.txt
bin/attestation_report.json
bin/shards
bin/*.der
bin/enclave-shielding-pubkey.json
# in order to have 2 workers run and exchange keys
bin2/substratee-worker
bin2/*.bin
bin2/*.txt
bin2/shards
bin2/enclave-shielding-pubkey.json
# client
client/my_keystore
client/my_trusted_keystore
bin/chain_relay_db.bin.1