From 485f5e0fc1b83e779f043e1941a1ec332504a8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=91=E8=90=8C=E8=8A=BD?= <3205788256@qq.com> Date: Wed, 18 Mar 2026 22:02:49 +0800 Subject: [PATCH] chore: ignore debug logs --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 02e5979..3bba727 100644 --- a/.gitignore +++ b/.gitignore @@ -14,11 +14,12 @@ # Data files **/data/data.json -# Logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +debug-logs/ # OS .DS_Store