forked from scrtlabs/SecretNetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (52 loc) · 1022 Bytes
/
.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
.env
sgx_sk.pem
*.a
*.deb
Enclave_t.c
Enclave_t.h
Enclave_u.c
Enclave_u.h
Enclave_u.o
/secretcli*
/secretd*
/enigmacli*
/enigmad*
secretcli*
libenclave.a
libEnclave_u.a
librust_cosmwasm_enclave.signed.so
*.o
/release
SHA256SUMS*
*.so
/third_party/vendor
*.sealed
*.der
io-master-key.txt
node-master-key.txt
__debug_bin
id_tx_io.json
.idea
x/compute/internal/keeper/debug.test
ias_keys/production
api_key.txt
spid.txt
ias_bin_dev.go
ias_bin_prod.go
ias_bin_sw.go
node_modules
/secretjs
/secret.js
tmp-swagger-gen
x/compute/internal/keeper/testdata/contract_with_floats.wasm
x/compute/internal/keeper/testdata/contract.wasm
x/compute/internal/keeper/testdata/ibc.wasm
x/compute/internal/keeper/testdata/static-too-high-initial-memory.wasm
x/compute/internal/keeper/testdata/too-high-initial-memory.wasm
x/compute/internal/keeper/testdata/v1-contract.wasm
/github.com
third_party/build
x/compute/internal/keeper/testdata/test-contract/target
x/compute/internal/keeper/testdata/v1-sanity-contract/target
build
check-hw/target