From 17bc48b2a2f749d2ab0015d258307ff54381e69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeromos=20Kov=C3=A1cs?= Date: Sun, 26 Jan 2025 16:39:52 +0100 Subject: [PATCH] misc(cargo): exclude .fits from crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ebf666e..e703989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["garmin", "fit", "cli", "gpx"] categories = ["command-line-interface", "science::geo"] repository = "https://github.com/jeromeschmied/fit2gpx-rs" license = "MIT" +exclude = ["*.fit"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html