cargo: exclude dirs from package
unneeded files for downstream
This commit is contained in:
parent
91b6649fa8
commit
a2adb40629
1 changed files with 2 additions and 0 deletions
|
@ -11,8 +11,10 @@ homepage = "https://hllmn.net/projects/jotdown"
|
|||
repository = "https://github.com/hellux/jotdown"
|
||||
documentation = "https://docs.rs/jotdown"
|
||||
exclude = [
|
||||
".github",
|
||||
".gitmodules",
|
||||
"Makefile",
|
||||
"bench",
|
||||
"modules",
|
||||
"tests",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue