summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-01-22 15:06:59 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-01-22 15:06:59 +0900
commitbc08a43a9658bc6b7db692cebaf75546dd2765f7 (patch)
treef49e9ca944c080282061eb3d2983d194c71e652f /Cargo.toml
parent220ddbdfc973f6b10ee8a74f7c1e41fe168d5925 (diff)
Add exclude to publish
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f121595..bb0efda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,9 @@ repository = "https://github.com/kyoheiu/felix"
license = "MIT"
keywords = ["tui", "crossterm", "file-manager"]
categories = ["command-line-utilities", "filesystem"]
+exclude = [
+ "testfiles/*"
+]
[[bin]]
name = "fx"