From caada15831f6b7dcc9da33ac1d7ef51ac17e83f1 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Wed, 10 Jun 2026 15:27:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=89=8D=E7=AB=AF=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f71c31..dcf25cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,33 @@ +# Go +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.test +*.out +coverage.out + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Environment +.env + +# Documentation docs/ -CLAUDE.md \ No newline at end of file + +# Claude +CLAUDE.md + +# Frontend +frontend/node_modules/ +frontend/.next/ +frontend/out/