From cf1fe4314f64bdf55ae32cdfb3c34a7eacfd03ae Mon Sep 17 00:00:00 2001 From: Hammy Date: Wed, 12 Jan 2022 00:29:50 +0000 Subject: [PATCH] Ignore target directories --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0853247..21928a0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ Cargo.lock **/*.rs.bk # User Added -.idea \ No newline at end of file +.idea +target \ No newline at end of file