From f3a4fcae626e277b758797b487c048cec9cb9387 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Jul 2023 21:01:42 +0200 Subject: [PATCH] feat: ignore .cargo files Signed-off-by: kjuulh --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 89e1e87..fc4415a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ # Added by cargo /target +.cargo/config.toml +.cargo/credentials.toml