From 54c0b7dee4d043857644d4a20677f245049aed29 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Mon, 16 Sep 2024 06:01:00 -0500 Subject: [PATCH] (feat): Add target folder to gitignore --- gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/gitignore b/gitignore index 7217804..7cc89a1 100755 --- a/gitignore +++ b/gitignore @@ -10,3 +10,4 @@ tags tmp/**/* !tmp/cache/.keep gitconfig +rust_build/target/