mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 00:13:10 +00:00
Exclude unnecessary files from the crate
This commit is contained in:
parent
d7cbdc2658
commit
0a80fda003
@ -13,7 +13,20 @@ categories = ["network-programming"]
|
||||
|
||||
exclude = [
|
||||
"vendor/examples/*",
|
||||
"vendor/docs/*"
|
||||
"vendor/docs/*",
|
||||
"vendor/coverage/*",
|
||||
"vendor/pkg/*",
|
||||
"vendor/scripts/*",
|
||||
"vendor/tests/*",
|
||||
"vendor/ci/*",
|
||||
"vendor/cmd/*",
|
||||
"vendor/mobile/*",
|
||||
"vendor/library/*",
|
||||
"**/*.md",
|
||||
"**/*.lock",
|
||||
"**/*.nix",
|
||||
"**/Makefile",
|
||||
"**/Dockerfile",
|
||||
]
|
||||
|
||||
[lib]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user