From 1e8269ba3f7fbefb8f8ec9f59e572d563a753784 Mon Sep 17 00:00:00 2001 From: spiders Date: Sat, 28 May 2022 17:10:13 -0700 Subject: [PATCH] ignore dotfiles --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2b245a..e51d968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "games"] keywords = ["toki pona", "cowsay", "raccoons", "ascii art"] default-run = "kijetesantakaluotokieni" -exclude = ["test", "asciiart"] +exclude = ["test", "asciiart", ".*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]