From c9a94e898b95032771aad76fcb9ce4c1f855771a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=8D=E5=8F=AF=E4=B9=8E=E9=AA=A4=E5=BE=97?= <1332565624@qq.com> Date: Tue, 24 Jun 2025 17:26:30 +0800 Subject: [PATCH] add .gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0e6bdf --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +.idea/ +.vscode/ +log/ +