-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path.gitignore
77 lines (64 loc) · 1.4 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
# Legacy code
node_modules/
publish/
rust/target
.vscode/
.idea
rust/.idea
binaryen/
target/
# New split architecture
Cargo.lock
chain/rust/target/**
chain/rust/Cargo.lock
chain/wasm/target/**
chain/wasm/Cargo.lock
chain/wasm/pkg/**
chain/wasm/json-gen/target/**
chain/wasm/json-gen/output/**
chain/wasm/json-gen/schemas/**
cip25/rust/target/**
cip25/rust/Cargo.lock
cip25/wasm/target/**
cip25/wasm/Cargo.lock
cip25/wasm/pkg/**
cip25/wasm/json-gen/target/**
cip25/wasm/json-gen/output/**
cip25/wasm/json-gen/schemas/**
cip36/rust/target/**
cip36/rust/Cargo.lock
cip36/wasm/target/**
cip36/wasm/Cargo.lock
cip36/wasm/pkg/**
cip36/wasm/json-gen/target/**
cip36/wasm/json-gen/output/**
cip36/wasm/json-gen/schemas/**
core/rust/target/**
core/rust/Cargo.lock
core/wasm/target/**
core/wasm/Cargo.lock
core/wasm/pkg/**
crypto/rust/target/**
crypto/rust/Cargo.lock
crypto/wasm/target/**
crypto/wasm/Cargo.lock
crypto/wasm/pkg/**
multi-era/rust/target/**
multi-era/rust/Cargo.lock
multi-era/wasm/target/**
multi-era/wasm/Cargo.lock
multi-era/wasm/pkg/**
multi-era/wasm/json-gen/target/**
multi-era/wasm/json-gen/output/**
multi-era/wasm/json-gen/schemas/**
multi-era/wasm/node_modules/**
cml/wasm/json-gen/target/**
cml/wasm/json-gen/output/**
cml/wasm/json-gen/schemas/**
cml/wasm/node_modules/**
tools/metadata-cddl-checker/Cargo.lock
# Docs
docs/node_modules/
docs/.docusaurus/
# Examples
examples/wasm-browser/node_modules/