From ec06e51d1e3d6e980549e3befeb142223b9e6f03 Mon Sep 17 00:00:00 2001 From: Paul Hansen Date: Sat, 10 May 2025 14:01:37 -0500 Subject: [PATCH] Remove screenshots from published crate --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index aa18e5c..79b5e54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,16 @@ name = "console_error_panic_hook" readme = "./README.md" repository = "https://github.com/rustwasm/console_error_panic_hook" version = "0.1.6" +exclude = [ + "/with_panic_hook.png", + "/with_panic_hook_node.png", + "/without_panic_hook.png", + "without_panic_hook_node.png", + ".travis.yml", + ".github/", + ".gitignore", + ".gitattributes", +] [badges] travis-ci = { repository = "rustwasm/console_error_panic_hook" }