From 711254f65ca608081788b5a8d67530de71218b6d Mon Sep 17 00:00:00 2001 From: KoCoder Date: Tue, 27 Aug 2024 19:50:51 +0200 Subject: [PATCH] Gitignore tmp directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index adf8f72..6265508 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ # Dependency directories (remove the comment below to include it) # vendor/ +tmp/ # Go workspace file go.work