forked from rooch-network/rooch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
20 lines (20 loc) · 1.16 KB
/
Copy pathlychee.toml
File metadata and controls
20 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
exclude_path = ["crates", "moveos", "examples", "sdk", "frameworks"]
exclude = [
'dev-seed.rooch.network',
'https://test-seed.rooch.network',
'localhost',
'127.0.0.1',
'https://twitter.com/RoochNetwork',
'conduct@rooch.network',
'https://tokei.rs/b1/github/rooch-network/rooch?category=lines',
# Need to update
'https://github.com/rooch-network/rooch/blob/main/frameworks/moveos-stdlib/sources/storage_context.move',
'https://github.com/rooch-network/rooch/blob/main/frameworks/moveos-stdlib/sources/account_storage.move',
'https://github.com/rooch-network/rooch/blob/main/crates/rooch-framework/doc/ecdsa_k1_recoverable.md',
'https://github.com/rooch-network/rooch/blob/main/crates/rooch-framework/doc/schnorr.md',
'https://github.com/rooch-network/rooch/blob/main/frameworks/moveos-stdlib/doc/raw_table.md',
'https://github.com/rooch-network/rooch/blob/main/frameworks/moveos-stdlib/doc/context.md',
'https://github.com/rooch-network/rooch/blob/main/frameworks/moveos-stdlib/doc/account_storage.md',
# ./docs/website/pages/blog/bitcoin-l2.zh-CN.mdx
'https://bitcoinmagazine.com/press-releases/bitcoin-magazine-editorial-policy-on-bitcoin-layer-2s-l2s',
]