From 0aaa09370b8ba248d96fe4f079da4aed7c0ee1cc Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Fri, 13 Mar 2026 09:07:59 +0800 Subject: [PATCH] chore: Remove local npm/yarn cache and debug log entries from .gitignore. --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e8d6c5ea..37c29f3a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,8 +31,4 @@ frontend/node_modules/ frontend/.next/ frontend/.vercel/ -# Local npm cache -.npm-cache/ -npm-debug.log* -yarn-debug.log* -yarn-error.log* +.npm-cache/ \ No newline at end of file