From 636164fb18f8bc5338b7194a9041a2bed46c5884 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Tue, 13 Jun 2023 13:24:00 +0300 Subject: [PATCH] Exclude a temp cmd used for testing Signed-off-by: Gabriel Adrian Samfira --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a8b112e6..c4a5d98b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ bin/ # Dependency directories (remove the comment below to include it) # vendor/ .vscode +cmd/temp