From 8bd8ab3134a880c7e5384339e05b83321c14f429 Mon Sep 17 00:00:00 2001 From: fuxiao <576101059@qq.com> Date: Tue, 21 Jan 2025 16:37:32 +0800 Subject: [PATCH] added gitignore --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4be8809d..f39614ed 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,21 @@ testdata/log/ # Go workspace go.work -go.work.sum \ No newline at end of file +go.work.sum + +# log file +*.log +*.log_lock +*.log_symlink + +# log gzip file +*.gz + +# goland idea +.idea + +# project run dir +*run/ + +# executable files +*.exe \ No newline at end of file