From 9d97a4e313fd17c1479bd066813a0882fde93ea0 Mon Sep 17 00:00:00 2001 From: amir-ys Date: Tue, 28 Apr 2026 00:40:37 +0330 Subject: [PATCH] feat: ignore cmd temp built files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5af29d53..05ff05ac 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,6 @@ tmp logs/ mise.log -curl \ No newline at end of file +curl + +cmd/**/temp/main \ No newline at end of file