From d41cef225e52c21aa9d86699307a0ec6a920fcb9 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Tue, 7 Sep 2021 22:12:44 +0900 Subject: [PATCH] exclude images (#66) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4c463a4..ed440ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ homepage = "https://github.com/TaKO8Ki/gobang" repository = "https://github.com/TaKO8Ki/gobang" readme = "README.md" description = "A cross-platform TUI database management tool written in Rust" +exclude = ["resources/"] [workspace] members=[