From d7ba8130d3f1ba70ae39e41cf500cd1bfff87c18 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 23 Dec 2023 17:42:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Add=20dist=20directory=20to=20gi?= =?UTF-8?q?tignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 869df07..66a2386 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -Cargo.lock \ No newline at end of file +/dist +Cargo.lock