From a12e3652292ca82098180700e94627bff238ed26 Mon Sep 17 00:00:00 2001 From: kohashimoto Date: Tue, 7 Jan 2025 11:47:13 +0900 Subject: [PATCH] chore: add cspell.json to exclude list in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 659721999..7d7937a16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "An intuitive Terminal User Interface (TUI) tool for real-time mon documentation = "https://github.com/sarub0b0/kubetui" repository = "https://github.com/sarub0b0/kubetui" keywords = ["kubernetes", "tui", "terminal", "monitor"] -exclude = ["/.github", "/test", "/script", "/screenshots", "/assets", ".gitignore", "Makefile", "renovate.json"] +exclude = ["/.github", "/test", "/script", "/screenshots", "/assets", ".gitignore", "Makefile", "renovate.json", "cspell.json"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html