Skip to content

Commit

Permalink
chore: add cspell.json to exclude list in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed Jan 7, 2025
1 parent 41d6e38 commit a12e365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a12e365

Please sign in to comment.