From 2bcbbd6c045651dc25ccace9ecb7d6ef569edbdf Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 16:33:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(gitignore):=20update=20git?= =?UTF-8?q?ignore=20for=20cargo=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add target directory to gitignore for cargo build system --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ad67955..0728338 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,8 @@ target # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + + +# Added by cargo + +/target