From f393ba5e989b43ff1c3ba5ce7f2d6e68f25ac21b Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 3 Sep 2024 17:20:44 +0800 Subject: [PATCH] 1 --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f4d432a..f8b0bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,13 @@ *.so *.dylib -# Test binary, built with `go test -c` -*.test - # Output of the go coverage tool, specifically when used with LiteIDE *.out +*.log # Dependency directories (remove the comment below to include it) # vendor/ - +.idea/ +.git/ +.DS_Store/ +.tmp/ \ No newline at end of file