Exclude test-data/ for now...
This commit is contained in:
parent
c960c09662
commit
596c67cae9
|
@ -9,7 +9,7 @@ repository = "https://github.com/kennytm/qrcode-rust"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
documentation = "http://docs.rs/qrcode"
|
documentation = "http://docs.rs/qrcode"
|
||||||
exclude = [
|
exclude = [
|
||||||
".travis.yml", ".gitignore", "test-data"
|
".travis.yml", ".gitignore", "test-data/**"
|
||||||
]
|
]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|
Loading…
Reference in a new issue