From 8f8314b8dc6fa0bd865eecaf521f1103c31cfd4b Mon Sep 17 00:00:00 2001 From: Ran <3246617572@qq.com> Date: Tue, 6 Jan 2026 21:59:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E.gitignore=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.gitignore b/.gitignore index 31605da..aa1440b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,34 @@ .run/ backend/.run/ + +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Code coverage profiles and other test artifacts +*.out +coverage.* +*.coverprofile +profile.cov + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# env file +.env + +# Editor/IDE +.idea/ +.vscode/ +