forked from integritee-network/worker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (55 loc) · 1.04 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
# Generated by Cargo
# will have compiled files and executables
**/target/
**/__pycache__/
/log/*
**/tmp/*
# These are backup files generated by rustfmt
**/*.rs.bk
# binaries
bin/*.so
bin/integritee-*
bin/*.wasm
# sealed data
bin/*.bin
# public RSA key
bin/rsa_pubkey.txt
bin/ecc_pubkey.txt
# VS Code settings
.vscode
#intelliJ
.idea/
*.iml
*.log
# vim
*.swp
# keystores
my_keystore/*
my_trusted_keystore/*
# generated enclave files
service/Enclave_u.*
service/libEnclave_u.*
enclave-runtime/Enclave_t.*
enclave-runtime/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
bin/sidechain_db
bin/my_trusted_keystore
# client
cli/my_keystore
cli/my_trusted_keystore
bin/light_client_db.bin.1
# Config variables for the OAuth server
/enclave-runtime/src/oauth/client/config.rs