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"
|
repository = "https://github.com/hellux/jotdown"
|
||||||
documentation = "https://docs.rs/jotdown"
|
documentation = "https://docs.rs/jotdown"
|
||||||
exclude = [
|
exclude = [
|
||||||
|
".github",
|
||||||
".gitmodules",
|
".gitmodules",
|
||||||
"Makefile",
|
"Makefile",
|
||||||
|
"bench",
|
||||||
"modules",
|
"modules",
|
||||||
"tests",
|
"tests",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue