mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Exclude some configuration files from package
This commit is contained in:
parent
d4539b4a10
commit
2d37c2de41
@ -11,6 +11,15 @@ keywords = ["sqlite", "database", "ffi"]
|
||||
license = "MIT"
|
||||
categories = ["database"]
|
||||
|
||||
exclude = [
|
||||
"/.github/*",
|
||||
"/.gitattributes",
|
||||
"/appveyor.yml",
|
||||
"/Changelog.md",
|
||||
"/clippy.toml",
|
||||
"/codecov.yml",
|
||||
]
|
||||
|
||||
[badges]
|
||||
appveyor = { repository = "rusqlite/rusqlite" }
|
||||
codecov = { repository = "rusqlite/rusqlite" }
|
||||
|
Loading…
Reference in New Issue
Block a user