-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
58 lines (51 loc) · 1.32 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
# Generated by Cargo
# will have compiled files and executables
/target/
*.swp
*.swo
*.swn
*.DS_Store
# Visual Studio Code stuff
/.vscode
# GitEye stuff
/.project
# idea ide
.idea
# truffle stuff
truffle/build
examples/parity_ora/signer
examples/parity_ora/cache
examples/parity_ora/chains
examples/parity_ora/dapps
examples/parity_ora/network
examples/parity_ora-2/signer
examples/parity_ora-2/cache
examples/parity_ora-2/chains
examples/parity_ora-2/dapps
examples/parity_ora-2/network
examples/parity_POA/cache
examples/parity_POA/chains
examples/parity_POA/dapps
examples/parity_POA/network
examples/parity_kov/cache
examples/parity_kov/chains
examples/parity_kov/dapps
examples/parity_kov/network
examples/parity_kov/keys/kovan/dapps_history.json
examples/parity_kov/keys/kovan/address_book.json
examples/parity_rop/cache
examples/parity_rop/chains
examples/parity_rop/dapps
examples/parity_rop/network
examples/parity_rop/keys/kovan/dapps_history.json
examples/parity_rop/keys/kovan/address_book.json
examples/parity_ora/keys/OraclesPoA/dapps_history.json
examples/parity_ora/keys/OraclesPoA/address_book.json
examples/parity_ora-2/keys/OraclesPoA/dapps_history.json
examples/parity_ora-2/keys/OraclesPoA/address_book.json
jsTests/node_modules/
examples/db.toml
jsTests/package-lock.json
node_modules
compiled_contracts
integration-tests/tmp