diff --git a/Cargo.toml b/Cargo.toml index a5aa49a..0c585bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" keywords = ["watcher", "inotify", "fsevents", "kqueue"] categories = ["command-line-utilities"] license = "Apache-2.0" +exclude = ["/ci/*", "/pkg/*", "/.travis.yml", "/Makefile", "/appveyor.yml"] [badges] appveyor = { repository = "watchexec/watchexec" }