diff --git a/Cargo.toml b/Cargo.toml index c2a8c28..27c8b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ description = "Determine whether characters have the XID_Start or XID_Continue p repository = "https://github.com/dtolnay/unicode-ident" documentation = "https://docs.rs/unicode-ident" readme = "README.md" +exclude = ["/tests/", "/benches/", "/.github/", ".gitignore"] [dev-dependencies] criterion = { version = "0.3", default-features = false }