From 1936304e56cdac65467c50fa2636c8671d364f9c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 9 Sep 2025 09:42:07 +0200 Subject: [PATCH] Add dist to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b80c12c..8fb66dc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # will have compiled files and executables debug/ target/ +dist/ # These are backup files generated by rustfmt **/*.rs.bk