-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
62 lines (45 loc) · 990 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
53
54
55
56
57
58
59
60
61
62
# Generated by Cargo
# will have compiled files and executables
**/target/
# These are backup files generated by rustfmt
**/*.rs.bk
#tank files
.maintain/tank/dottank/*
.maintain/tank/tank-home/*
!.maintain/tank/dottank/bindings.yml
!.maintain/tank/dottank/regions.yml
!.maintain/tank/tank-home/testcases
#vim tmp file
.*.swp
.DS_Store
# The cache for docker container dependency
.cargo
# The cache for chain data in container
.local
.idea/
rococo-local.json
rococo-local-raw.json
*.log
*.orig
scripts/polkadot-launch/
node_modules/
_actions/
*.orig
fork-testing/*.wasm
fork-testing/*.state
fork-testing/relaychain/alice/*
fork-testing/relaychain/bob/*
fork-testing/relaychain/charlie/*
fork-testing/relaychain/dave/*
fork-testing/parachain/coll-01/*
fork-testing/parachain/coll-02/*
fork-testing/parachain/coll-03/*
fork-testing/local-raw.json
.env
/scripts/upgrade-runtime/basilisk_runtime.compact.compressed.wasm
#coverage
cobertura.xml
lcov.info
/basilisk
tmp/
raw.json