mirror of
https://github.com/actix/actix-web.git
synced 2025-01-03 13:58:44 +00:00
exclude examples
This commit is contained in:
parent
21c8c0371d
commit
2227120ae0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous",
|
|||
"web-programming::http-server", "web-programming::websocket"]
|
||||
license = "MIT/Apache-2.0"
|
||||
exclude = [".gitignore", ".travis.yml", ".cargo/config",
|
||||
"appveyor.yml", "./examples/static/*"]
|
||||
"appveyor.yml", "/examples/**"]
|
||||
build = "build.rs"
|
||||
|
||||
[badges]
|
||||
|
|
Loading…
Reference in a new issue