From 38bcb770e07ec5c91c647809ee013f204d1e6b3a Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 03 七月 2025 16:22:40 +0800
Subject: [PATCH] .gitignore 忽略 node_modules 和 锁文件

---
 .gitignore |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 38d65af..94731d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
 " " 
 /
-
-**/node_modules/         # 蹇界暐鎵�鏈� node_modules 鐩綍
-package-lock.json     # 蹇界暐 npm 鐨勯攣鏂囦欢
-yarn.lock             # 蹇界暐 Yarn 鐨勯攣鏂囦欢
-pnpm-lock.yaml        # 蹇界暐 pnpm 鐨勯攣鏂囦欢
\ No newline at end of file
+/yarn.lock          
+/pnpm-lock.yaml     
+node_modules
+/package-lock.json

--
Gitblit v1.9.1