From ee0159e136b9c0c52f3c321a66f76eda23c94716 Mon Sep 17 00:00:00 2001 From: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:02:21 +0330 Subject: [PATCH] Chore: Optimize .gitignore Signed-off-by: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com> --- .gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 60eb851e..d3640a88 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,20 @@ .DS_Store /config.d/ /venv/ - +# Go related +*.exe +*.dll +*.so +*.dylib +*.test +*.out +# Output of the go coverage tool, specifically when used with LiteIDE +*.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