From 50db7edf41c3f482546a9bf60867dfd49d9be80d Mon Sep 17 00:00:00 2001 From: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:05:56 +0330 Subject: [PATCH] Update .gitignore Signed-off-by: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com> --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d3640a88..1db4bb08 100644 --- a/.gitignore +++ b/.gitignore @@ -15,20 +15,23 @@ .DS_Store /config.d/ /venv/ + # Go related +# Ignore compiled executable files *.exe *.dll *.so *.dylib *.test -*.out -# Output of the go coverage tool, specifically when used with LiteIDE +# Ignore output of the 'go test' command and coverage tool *.out # Directories like go.work and go.work.sum that are not commonly committed go.work go.work.sum + # Log files *.log + # Temporary files *.tmp *.swp