From 8708fa71d99e7bff26bf816d6d79577a483f2b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Fri, 28 Feb 2025 15:48:03 +0100 Subject: [PATCH] ci: exclude files inside the .github and .idea directories --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0ef827d..e9fa0be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,10 @@ keywords = ["f1", "f1-telemetry", "f1-udp-parser", "f1-udp-telemetry", "f1-telem categories = ["parser-implementations"] authors = ["Maciej Pędzich "] license = "MIT" +exclude = [ + ".github/*", + ".idea/*", +] [dependencies] binrw = "0.14.1"