From 0afddbf85caa048f62f93f38d18fb4c81fc0d35b Mon Sep 17 00:00:00 2001 From: 0/0 Date: Wed, 8 Feb 2023 14:49:39 -0700 Subject: [PATCH] add all target directories to gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8eb581d..c3e612d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/target -/Cargo.lock +**/target +**/Cargo.lock /.idea