From 463404d774cea28f35271010824589f337962b11 Mon Sep 17 00:00:00 2001 From: sxy <3187870250@qq.com> Date: Wed, 11 Jun 2025 15:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4870548..4001eae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,17 @@ +.gitignore +.idea +.scannerwork +.vscode # local env files .env.local .env.*.local # Log files -*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* -.idea -.vscode +# Editor directories and files *.suo *.ntvs* *.njsproj @@ -27,4 +32,7 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -/cmd/runtime + +/cmd/logs/*.log +/cmd/runtime/log/*.log +/build/* \ No newline at end of file