From 9b0298b9602b26df1a4c52e540b40deda3706fc6 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 8 Nov 2025 15:12:00 -0800 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 82273f68..9bd622e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ -**/*.rs.bk -/book/book /target -/wiki /www/book From 968734f38ba3e6915bcb0327a2c2d8a684e72285 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 8 Nov 2025 15:13:40 -0800 Subject: [PATCH 2/2] Exclude book and www from package --- Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e79c3b5c..c21625a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,15 +2,16 @@ name = "imdl" version = "0.1.15" description = "📦 A 40' shipping container for the internet" -readme = "README.md" -keywords = ["p2p", "sharing", "bittorrent", "torrent"] +authors.workspace = true categories = ["command-line-utilities"] -homepage = "https://github.com/casey/intermodal" -repository = "https://github.com/casey/intermodal" default-run = "imdl" -authors.workspace = true edition.workspace = true +exclude = ["/book", "/www"] +homepage = "https://github.com/casey/intermodal" +keywords = ["p2p", "sharing", "bittorrent", "torrent"] license.workspace = true +readme = "README.md" +repository = "https://github.com/casey/intermodal" [workspace.package] edition = "2021"