-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitignore
58 lines (51 loc) · 1.29 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
.DS_Store
.vscode/
config/deployment-results.json
config/runner_config.json
node_modules/
yarn-error.log
polyjuice/node_modules
polyjuice/*.log
ckb/data
indexer-data/ckb-indexer-data
indexer-data/indexer-log
ckb-cli-data/
postgres-data/
docker/gen-godwoken-schema/schemas/*
docker/.submodule.list.env
cargo-cache-data/
quick-mode/
config/scripts/release/*
config/*generator
config/*validator
packages/*
!packages/.gitkeep
workspace/*
!workspace/.gitkeep
cache/activity/*
cache/build/*
plugins/*/node_modules
plugins/*/*.log
plugins/gw-schema/schemas
plugins/gw-schema/tmp
*.log
/docker/postgres/data/
/docker/redis/data/
/docker/ckb-indexer/data/
/docker/layer1/ckb/data/
/docker/layer1/ckb2/data/
/docker/layer1/ckb3/data/
/docker/layer2/data/
/docker/layer2/data-readonly/
/docker/layer2/config/scripts-deployment.json
/docker/layer2/config/rollup-genesis-deployment.json
/docker/layer2/config/godwoken-config.toml
/docker/layer2/config/godwoken-config-readonly.toml
/docker/layer2/config/polyjuice-root-account-id
/docker/layer2/config/web3-indexer-config.toml
/docker/layer2/config/withdrawal-to-v1.toml
/docker/manual-artifacts/
/docker/layer2-v0/data/
/docker/layer2-v0/config/scripts-deployment.json
/docker/layer2-v0/config/rollup-genesis-deployment.json
/docker/layer2-v0/config/godwoken-config.toml