From ce3af5f8739caf63ba54dda3d15057394dd6f150 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 20 Dec 2023 20:44:39 +0100 Subject: [PATCH] fix: Adds tmp/ to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3b735ec..fe35f02 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ # Go workspace file go.work + +/tmp